Skip to content

Commit

Permalink
try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CADBIMDeveloper committed Nov 17, 2023
1 parent 8a7b72a commit 68929d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ jobs:
- name: Run tests
run: |
npm install
rm ./tsconfig.json
npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bundle:engine": "esbuild ./build/obj/propertyDatabaseFunctions.js --bundle --outfile=./build/obj/engine.js --platform=browser --format=iife --global-name=engine --minify",
"bundle:index": "esbuild ./build/obj/index.js --bundle --outfile=./build/index.js --platform=browser --format=esm",
"prepack": "npm run build",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' TS_NODE_PROJECT=./configs/tsconfig.tests.json mocha --input-type=module",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' TS_NODE_PROJECT='./configs/tsconfig.tests.json' mocha",
"test:windows": "set TS_NODE_COMPILER_OPTIONS={\"module\":\"commonjs\"} && set TS_NODE_PROJECT=./configs/tsconfig.tests.json&& mocha --input-type=module"
},
"repository": {
Expand Down

0 comments on commit 68929d9

Please sign in to comment.