Skip to content

Commit 04b17ac

Browse files
author
Arnaud Leymet
committed
👷 Fix publishing
1 parent cec62d3 commit 04b17ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"build:cjs": "tsc --project tsconfig-cjs.json",
2828
"build:esm": "tsc --project tsconfig-esm.json",
2929
"build": "rm -rf dist && npm run build:esm && npm run build:cjs",
30-
"test": "vitest"
30+
"test": "vitest",
31+
"prepublish": "npm run build"
3132
},
3233
"dependencies": {
3334
"antlr4ts": "^0.5.0-alpha.4"

0 commit comments

Comments
 (0)