Skip to content

Commit 9086ac4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build:esm": "tsc --project tsconfig-esm.json",
2929
"build": "rm -rf dist && npm run build:esm && npm run build:cjs",
3030
"test": "vitest",
31-
"prepublish": "npm run build"
31+
"prepublishOnly": "npm run build"
3232
},
3333
"dependencies": {
3434
"antlr4ts": "^0.5.0-alpha.4"

0 commit comments

Comments
 (0)