Skip to content

Commit

Permalink
Fix postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
gn-lluis-u committed Jul 3, 2024
1 parent 6ea3c16 commit 5d3adfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint grammar.js && prettier --check grammar.js",
"format": "prettier --write grammar.js",
"test:debug": "tree-sitter test --debug",
"postinstall": "yarn generate"
"postinstall": "yarn --immutable --mode=skip-build && yarn generate"
},
"devDependencies": {
"eslint": "^8.25.0",
Expand Down

0 comments on commit 5d3adfc

Please sign in to comment.