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 ab51381 commit 402486cCopy full SHA for 402486c
package.json
@@ -11,8 +11,7 @@
11
"lint": "eslint --fix src --ext .js",
12
"dev:docs": "cd example && npm run dev",
13
"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",
+ "build": "rollup --config ./scripts/rollup.production.js",
16
"dev": "rollup --config ./scripts/rollup.development.js --watch"
17
},
18
"repository": {
0 commit comments