Skip to content

Commit

Permalink
chore(es-grammars): Remove bad publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pdubroy committed Mar 17, 2024
1 parent a49556d commit 8824153
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/es-grammars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
],
"scripts": {
"test": "node test/es2015.test.mjs",
"gen-grammars": "node scripts/generate-ecmascript-grammar.mjs ES2015 spec/es2015.grammar > gen/es2015.grammar.ohm",
"publish": "npm publish --access public"
"gen-grammars": "node scripts/generate-ecmascript-grammar.mjs ES2015 spec/es2015.grammar > gen/es2015.grammar.ohm"
},
"keywords": [
"ohm",
Expand Down

0 comments on commit 8824153

Please sign in to comment.