We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b027f commit a9c332aCopy full SHA for a9c332a
package.json
@@ -12,7 +12,6 @@
12
"build:ts": "tsc -p tsconfig.build.json",
13
"build": "npm run build:ts && npm run build:ts -- -m es6 --outDir es",
14
"doc": "npm run build && typedoc --out docs/ dist/",
15
- "prepublish": "npm run build",
16
"semantic-release": "semantic-release",
17
"watch:ts": "tsc -w",
18
"watch:ava": "ava -w build/*.test.js",
0 commit comments