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:
Michael Bradley 2025-02-23 08:09:16 -05:00
parent 50ff732413
commit 429b37a2e2
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
5 changed files with 4913 additions and 3027 deletions

View file

@ -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