Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc290d9

Browse filesBrowse files
committed
1 parent 4ca5b4e commit fc290d9
Copy full SHA for fc290d9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"style:fix": "prettier {example,src,test}/**/*.ts --write",
3333
"style:check": "prettier {example,src,test}/**/*.ts --check",
3434
"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"
35+
"test:ci": "set TS_NODE_PROJECT='./tsconfig.esm.json' && node --no-warnings=ExperimentalWarning --loader ts-node/esm ./test/index.ts"
3636
},
3737
"author": "swiing",
3838
"license": "MIT",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.