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 5fed485 commit a7cc9dcCopy full SHA for a7cc9dc
package.json
@@ -11,7 +11,7 @@
11
"build": "npm run clean && npm run build:commonjs",
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 bundle && git add dist/ && git commit -m 'Publish: build bower distribution'",
+ "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",
16
"test": "jest",
17
"start": "webpack-dev-server --inline --content-base examples/"
0 commit comments