Skip to content

Commit dabff54

Browse files
committed
chore: let build script do rollup only build
1 parent 0e5c429 commit dabff54

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:webpack": "webpack --progress",
1212
"build:rollup": "rollup -c",
1313
"build:all": "npm run build:webpack && npm run build:rollup",
14-
"build": "npm run build:all"
14+
"build": "npm run build:rollup"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)