Skip to content

Commit

Permalink
test: compile all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Orchardxyz committed Oct 5, 2023
1 parent 27f0ef0 commit 43964f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"pretest": "npm run test-compile && npm run lint",
"lint": "eslint src --ext ts",
"lint-staged": "lint-staged",
"test-compile": "rimraf ./out-test && esbuild ./src/test/**/*.ts --outdir=out-test --resolve-extensions=.ts,.js --format=cjs --platform=node",
"test": "node ./out-test/runTest.js",
"test-compile": "rimraf ./out-test && esbuild ./src/**/*.ts --bundle --outdir=out-test --external:vscode --format=cjs --platform=node",
"test": "node ./out-test/test/runTest.js",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit 43964f9

Please sign in to comment.