Skip to content

Commit 873bd4f

Browse files
committed
Fix bad build command
1 parent 2302d98 commit 873bd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Build package
3636
working-directory: 'cratedb_sqlparse_js'
37-
run: npm build
37+
run: npm run build
3838

3939
- run: npm publish --provenance --access public
4040
working-directory: 'cratedb_sqlparse_js'

0 commit comments

Comments
 (0)