Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 97aaf4a

Browse files
committed
fix: make sure package is built
fixes #59
1 parent a59165b commit 97aaf4a

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
@@ -27,6 +27,7 @@
2727
"less": "lessc src/less/rbm-complete.less lib/css/rbm-complete.css && lessc src/less/rbm-patch.less lib/css/rbm-patch.css",
2828
"build": "npm run clean && npm run less && babel src --out-dir lib --copy-files",
2929
"build:docs": "webpack --config ./webpack.config.js",
30+
"prepublishOnly": "npm run build",
3031
"docs": "webpack-dev-server --config ./webpack.config.js"
3132
},
3233
"jest": {

0 commit comments

Comments
 (0)