Skip to content

Commit 81e7999

Browse files
committed
chore: don't publish grammar definition file
Move file out of the src directory so it does not get published.
1 parent dabf76a commit 81e7999

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"scripts": {
2020
"prepare": "pnpm run build && tsc",
21-
"build": "jison src/parser.jison -o src/parser.js",
21+
"build": "jison ./parser.jison -o src/parser.js",
2222
"lint": "eslint . && tsc",
2323
"test": "uvu test"
2424
},
File renamed without changes.

0 commit comments

Comments
 (0)