Skip to content

Commit a9c332a

Browse files
committed
fix: build
1 parent 75b027f commit a9c332a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"build:ts": "tsc -p tsconfig.build.json",
1313
"build": "npm run build:ts && npm run build:ts -- -m es6 --outDir es",
1414
"doc": "npm run build && typedoc --out docs/ dist/",
15-
"prepublish": "npm run build",
1615
"semantic-release": "semantic-release",
1716
"watch:ts": "tsc -w",
1817
"watch:ava": "ava -w build/*.test.js",

0 commit comments

Comments
 (0)