Skip to content

Commit 849756e

Browse files
chore: run fix instead of lint in synthfile (#655)
1 parent ba18e14 commit 849756e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/datastore/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535

3636
# Node.js specific cleanup
3737
subprocess.run(['npm', 'install'])
38-
subprocess.run(['npm', 'run', 'lint'])
38+
subprocess.run(['npm', 'run', 'fix'])
3939
subprocess.run(['npx', 'compileProtos', 'src'])

0 commit comments

Comments
 (0)