Skip to content

Commit dd5ff1a

Browse files
Avoid running typeshed_serializer twice during build (#1078)
1 parent 1ec6b6b commit dd5ff1a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

python-frontend/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,6 @@
154154
<goal>exec</goal>
155155
</goals>
156156
</execution>
157-
<execution>
158-
<id>tox -e serialize</id>
159-
<phase>generate-resources</phase>
160-
<goals><goal>exec</goal></goals>
161-
<configuration>
162-
<executable>tox</executable>
163-
<arguments>-e serialize</arguments>
164-
</configuration>
165-
</execution>
166157
</executions>
167158
</plugin>
168159
<plugin>

0 commit comments

Comments
 (0)