Skip to content

Commit a7cc9dc

Browse files
joepvldanez
authored andcommitted
Add build before bundle in preversion script (#112)
1 parent 5fed485 commit a7cc9dc

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
@@ -11,7 +11,7 @@
1111
"build": "npm run clean && npm run build:commonjs",
1212
"bundle": "mkdir -p dist && npm run build:umd && npm run build:umd:min",
1313
"lint": "eslint src",
14-
"preversion": "npm run lint && npm test && npm run bundle && git add dist/ && git commit -m 'Publish: build bower distribution'",
14+
"preversion": "npm run lint && npm test && npm run build && npm run bundle && git add dist/ && git commit -m 'Publish: build bower distribution'",
1515
"prepublish": "npm run build",
1616
"test": "jest",
1717
"start": "webpack-dev-server --inline --content-base examples/"

0 commit comments

Comments
 (0)