File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 name : Build, Lint, Test ${{ needs.compute-matrix.outputs.name_suffix }}
4040 needs : compute-matrix
4141 runs-on : ${{ matrix.os }}
42+ env :
43+ NODE_OPTIONS : --experimental-vm-modules
4244 permissions :
4345 contents : read
4446 strategy :
Original file line number Diff line number Diff line change 5050 "dev" : " tsup --watch" ,
5151 "lint" : " biome check ." ,
5252 "fix" : " biome check --write --unsafe ." ,
53- "test" : " NODE_OPTIONS= \" --experimental-vm-modules \" jest" ,
54- "test:ci" : " NODE_OPTIONS= \" --experimental-vm-modules \" jest --ci --passWithNoTests --coverage" ,
55- "test:related" : " NODE_OPTIONS= \" --experimental-vm-modules \" jest --bail --passWithNoTests" ,
53+ "test" : " jest" ,
54+ "test:ci" : " jest --ci --passWithNoTests --coverage" ,
55+ "test:related" : " jest --bail --passWithNoTests" ,
5656 "typecheck" : " tsc -p tsconfig.json --noEmit" ,
5757 "release" : " release-it" ,
5858 "release:preview" : " release-it --no-github.release --no-npm.publish --no-git.tag --ci"
You can’t perform that action at this time.
0 commit comments