Switch to npm
Remember when I switched to pnpm, like, 1 commit ago? Yeah I misread the CI log, it actually need to use npm.
This commit is contained in:
parent
50ff732413
commit
429b37a2e2
5 changed files with 4913 additions and 3027 deletions
|
@ -4,7 +4,7 @@ set -o nounset
|
|||
set -o pipefail
|
||||
set -o xtrace
|
||||
|
||||
pnpm "build:targets"
|
||||
npm run "build:targets"
|
||||
|
||||
PROD='dist/prod'
|
||||
if [[ -d "$PROD" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue