Skip to content

Commit 3e57d1d

Browse files
committed
Add bundle after build in prepublish script
1 parent d2a992e commit 3e57d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bundle": "mkdir -p dist && npm run build:umd && npm run build:umd:min",
1313
"lint": "eslint src",
1414
"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",
15+
"prepublish": "npm run build && npm run bundle",
1616
"test": "jest",
1717
"start": "webpack-dev-server --inline --content-base examples/"
1818
},

0 commit comments

Comments
 (0)