Skip to content

Commit d4d378c

Browse files
committed
build: run build before npm publish
1 parent 18f64b5 commit d4d378c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"scripts": {
1616
"deploy": "gh-pages-deploy",
1717
"html": "node site.js",
18+
"prepare": "npm run build",
1819
"build": "npx rimraf dist && npm run html && npm run docs && npm run build:types && npm run build:webpack && npm run build:site",
1920
"build:webpack": "NODE_ENV=production webpack",
2021
"build:types": "tsc",

0 commit comments

Comments
 (0)