Skip to content

Commit 402486c

Browse files
committed
Update scripts
1 parent ab51381 commit 402486c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"lint": "eslint --fix src --ext .js",
1212
"dev:docs": "cd example && npm run dev",
1313
"build:docs": "cd example && npm run build",
14-
"build:src": "rollup --config ./scripts/rollup.production.js",
15-
"build": "npm run build:src && npm run build:docs",
14+
"build": "rollup --config ./scripts/rollup.production.js",
1615
"dev": "rollup --config ./scripts/rollup.development.js --watch"
1716
},
1817
"repository": {

0 commit comments

Comments
 (0)