Skip to content

Commit

Permalink
ci: update snap package.json with env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun authored Oct 11, 2023
1 parent 6a1630d commit 2e65d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"start": "pnpm build && pnpm serve",
"test": "cross-env IS_TESTING=true cross-env NODE_NO_WARNINGS=1 vitest",
"test:ci": "pnpm run test",
"test:cron": "cross-env IS_TESTING=true cross-env NODE_NO_WARNINGS=1 vitest",
"test:cron": "cross-env IS_TESTING=true cross-env CRON=true cross-env NODE_NO_WARNINGS=1 vitest",
"test:debug": "cross-env IS_TESTING=true cross-env NODE_NO_WARNINGS=1 vitest --inspect-brk --pool threads --poolOptions.threads.singleThread --poolOptions.threads.isolate false"
},
"dependencies": {
Expand Down

0 comments on commit 2e65d4f

Please sign in to comment.