Skip to content

Commit

Permalink
fix: prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jun 13, 2021
1 parent abf3223 commit 3acbcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"vetur"
],
"scripts": {
"prebuild": "test \"$CI\" = true && npx pnpm install -r --store=node_modules/.pnpm-store || echo skipping pnpm install",
"prebuild": "[[ $CI = true ]] && npx pnpm install --store=node_modules/.pnpm-store || echo skipping pnpm install",
"build": "rollup -C --environment BUILD:production",
"dev": "rollup -C -w --environment BUILD:production",
"dev:example": "cd example && pnpm dev",
Expand Down

0 comments on commit 3acbcc3

Please sign in to comment.