story-kit: merge 243_bug_replace_pnpm_with_npm
This commit is contained in:
@@ -9,7 +9,7 @@ cargo test --manifest-path "$PROJECT_ROOT/Cargo.toml"
|
||||
|
||||
echo "=== Running frontend unit tests ==="
|
||||
cd "$PROJECT_ROOT/frontend"
|
||||
pnpm test
|
||||
npm test
|
||||
|
||||
echo "=== Running e2e tests ==="
|
||||
pnpm test:e2e
|
||||
npm run test:e2e
|
||||
|
||||
Reference in New Issue
Block a user