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 586aa9a commit 6a11b76Copy full SHA for 6a11b76
template/package.json
@@ -29,7 +29,7 @@
29
"node": ">=8.9.0"
30
},
31
"scripts": {
32
- "build": "npm run build:cjs && yarn run build:es && yarn run build:umd:dev && yarn run build:umd:prod",
+ "build": "npm run build:cjs && npm run build:es && npm run build:umd:dev && npm run build:umd:prod",
33
"build:cjs": "rollup -c --environment TARGET:cjs",
34
"build:es": "rollup -c --environment TARGET:esm",
35
"build:umd:dev": "rollup -c --environment TARGET:umd-dev",
0 commit comments