File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "start" : " ts-node src/index.ts" ,
88 "start-write-api" : " node dist/index.js writeApi" ,
99 "build" : " tsc && rimraf dist/internal/*.test.d.ts && rimraf dist/internal/*.test.js && rimraf dist/internal/test && rimraf dist/*.test.*" ,
10- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
10+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
1111 "lint" : " biome check ./src" ,
1212 "lint:fix" : " biome check --write ./src" ,
1313 "format" : " biome format ./src" ,
Original file line number Diff line number Diff line change 55 "main" : " src/index.ts" ,
66 "scripts" : {
77 "build" : " tsc && rimraf dist/internal/*.test.d.ts && rimraf dist/internal/*.test.js && rimraf dist/internal/test && rimraf dist/group-chat/*.test.*" ,
8- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
8+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
99 "lint" : " biome check ./src" ,
1010 "lint:fix" : " biome check --write ./src" ,
1111 "format" : " biome format ./src" ,
Original file line number Diff line number Diff line change 55 "main" : " src/index.ts" ,
66 "scripts" : {
77 "build" : " tsc && rm -f dist/internal/*.test.d.ts && rm -f dist/internal/*.test.js && rm -fr dist/internal/test" ,
8- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
8+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
99 "lint" : " biome check ./src" ,
1010 "fix" : " biome format --write ./src" ,
1111 "clean" : " rimraf ./dist"
Original file line number Diff line number Diff line change 55 "main" : " src/index.ts" ,
66 "scripts" : {
77 "build" : " tsc && rimraf dist/internal/*.test.d.ts && rimraf dist/internal/*.test.js && rimraf dist/internal/test && rimraf dist/repository/group-chat/*.test.*" ,
8- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
8+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
99 "lint" : " biome check ./src" ,
1010 "lint:fix" : " biome check --write ./src" ,
1111 "format" : " biome format ./src" ,
Original file line number Diff line number Diff line change 55 "main" : " src/index.ts" ,
66 "scripts" : {
77 "build" : " tsc && rimraf dist/internal/*.test.d.ts && rimraf dist/internal/*.test.js && rimraf dist/internal/test && rimraf dist/group-chat/*.test.*" ,
8- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
8+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
99 "lint" : " biome check ./src" ,
1010 "lint:fix" : " biome check --write ./src" ,
1111 "format" : " biome format ./src" ,
Original file line number Diff line number Diff line change 77 "start" : " ts-node src/index.ts" ,
88 "start-write-api" : " node dist/index.js writeApi" ,
99 "build" : " tsc && rimraf dist/internal/*.test.d.ts && rimraf dist/internal/*.test.js && rimraf dist/internal/test && rimraf dist/*.test.*" ,
10- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
10+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
1111 "lint" : " biome check ./src" ,
1212 "lint:fix" : " biome check --write ./src" ,
1313 "format" : " biome format ./src" ,
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "prisma:generate" : " prisma generate" ,
88 "build" : " tsc && rimraf dist/internal/*.test.d.ts && rimraf dist/internal/*.test.js && rimraf dist/internal/test && rimraf dist/*.test.*" ,
9- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
9+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
1010 "lint" : " biome check ./src" ,
1111 "lint:fix" : " biome check --write ./src" ,
1212 "format" : " biome format ./src" ,
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "prisma:generate" : " prisma generate" ,
88 "build" : " tsc && rimraf dist/internal/*.test.d.ts && rimraf dist/internal/*.test.js && rimraf dist/internal/test && rimraf dist/*.test.*" ,
9- "test" : " node --experimental-vm-modules node_modules/.bin/ jest --no-cache" ,
9+ "test" : " NODE_OPTIONS= --experimental-vm-modules jest --no-cache" ,
1010 "lint" : " biome check ./src" ,
1111 "lint:fix" : " biome check --write ./src" ,
1212 "format" : " biome format ./src" ,
You can’t perform that action at this time.
0 commit comments