Skip to content

Commit

Permalink
fix setting environment variable in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
swiing committed Sep 2, 2023
1 parent 4ca5b4e commit fc290d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"style:fix": "prettier {example,src,test}/**/*.ts --write",
"style:check": "prettier {example,src,test}/**/*.ts --check",
"test": "ts-node --esm --project ./tsconfig.esm.json ./test/index.ts",
"test:ci": "TS_NODE_PROJECT='./tsconfig.esm.json' node --no-warnings=ExperimentalWarning --loader ts-node/esm ./test/index.ts"
"test:ci": "set TS_NODE_PROJECT='./tsconfig.esm.json' && node --no-warnings=ExperimentalWarning --loader ts-node/esm ./test/index.ts"
},
"author": "swiing",
"license": "MIT",
Expand Down

0 comments on commit fc290d9

Please sign in to comment.