We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca5b4e commit fc290d9Copy full SHA for fc290d9
package.json
@@ -32,7 +32,7 @@
32
"style:fix": "prettier {example,src,test}/**/*.ts --write",
33
"style:check": "prettier {example,src,test}/**/*.ts --check",
34
"test": "ts-node --esm --project ./tsconfig.esm.json ./test/index.ts",
35
- "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"
36
},
37
"author": "swiing",
38
"license": "MIT",
0 commit comments