mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
no bun then
This commit is contained in:
parent
f02ff8c2ab
commit
f287dae564
@ -499,8 +499,6 @@ jobs:
|
||||
clone_options: "--depth 1 --verbose"
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- bun-orb/setup:
|
||||
version: 1.1.1
|
||||
- run:
|
||||
name: Running Bench
|
||||
command: yarn task --task bench --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task bench) --no-link --start-from=never --junit
|
||||
|
@ -37,7 +37,7 @@
|
||||
"test": "NODE_OPTIONS=--max_old_space_size=4096 vitest run",
|
||||
"test:watch": "NODE_OPTIONS=--max_old_space_size=4096 vitest watch",
|
||||
"upgrade": "node --loader esbuild-register/loader -r esbuild-register ./task.ts",
|
||||
"upload-bench": "bun ./upload-bench.ts"
|
||||
"upload-bench": "node --loader esbuild-register/loader -r esbuild-register ./upload-bench.ts"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user