We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a992e commit 3e57d1dCopy full SHA for 3e57d1d
package.json
@@ -12,7 +12,7 @@
12
"bundle": "mkdir -p dist && npm run build:umd && npm run build:umd:min",
13
"lint": "eslint src",
14
"preversion": "npm run lint && npm test && npm run build && npm run bundle && git add dist/ && git commit -m 'Publish: build bower distribution'",
15
- "prepublish": "npm run build",
+ "prepublish": "npm run build && npm run bundle",
16
"test": "jest",
17
"start": "webpack-dev-server --inline --content-base examples/"
18
},
0 commit comments