Skip to content

Commit 6a11b76

Browse files
committed
fix: using npm instead of yarn in scripts
1 parent 586aa9a commit 6a11b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"node": ">=8.9.0"
3030
},
3131
"scripts": {
32-
"build": "npm run build:cjs && yarn run build:es && yarn run build:umd:dev && yarn run build:umd:prod",
32+
"build": "npm run build:cjs && npm run build:es && npm run build:umd:dev && npm run build:umd:prod",
3333
"build:cjs": "rollup -c --environment TARGET:cjs",
3434
"build:es": "rollup -c --environment TARGET:esm",
3535
"build:umd:dev": "rollup -c --environment TARGET:umd-dev",

0 commit comments

Comments
 (0)