We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba18e14 commit 849756eCopy full SHA for 849756e
1 file changed
handwritten/datastore/synth.py
@@ -35,5 +35,5 @@
35
36
# Node.js specific cleanup
37
subprocess.run(['npm', 'install'])
38
-subprocess.run(['npm', 'run', 'lint'])
+subprocess.run(['npm', 'run', 'fix'])
39
subprocess.run(['npx', 'compileProtos', 'src'])
0 commit comments