Skip to content

Commit

Permalink
fix(tests): tweak install script app test
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed May 5, 2022
1 parent c4c5d6f commit 5525c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app-pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "webpack serve",
"build": "webpack --stats-error-details",
"build:prod": "webpack --mode=production",
"prebuild:ci": "pnpm install",
"prebuild:ci": "pnpm install --shamefully-hoist",
"build:ci": "pnpm run build -- --no-stats",
"rimraf": "rimraf dist/**/*.js"
},
Expand Down

0 comments on commit 5525c44

Please sign in to comment.