Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarjunsanji authored Sep 19, 2024
1 parent e6ddaf3 commit 56b0742
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 @@ -120,11 +120,11 @@
"package": "npm run check-types && npm run lint && node esbuild.js --production",
"compile-tests": "npm run clean && tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile",
"pretest": "set NODE_ENV=test && set LATEST_TAG=0.0.0&& npm run compile-tests && npm run compile",
"check-types": "tsc --noEmit",
"lint": "eslint src --ext ts",
"lint:fix": "eslint --fix src --ext ts",
"test": "set NODE_ENV=test && vscode-test --coverage",
"test": "vscode-test --coverage",
"clean": "rimraf out && rimraf dist && rimraf coverage && rimraf .debricked",
"clean-all": "rimraf out && rimraf dist && rimraf coverage && rimraf .vscode-test",
"vsce": "vsce package",
Expand Down

0 comments on commit 56b0742

Please sign in to comment.