Skip to content

Commit

Permalink
chore: package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Mar 25, 2024
1 parent 8864348 commit 4871642
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
"clean": "rimraf dist & rimraf server/dist & rimraf client/dist",
"lint": "xo && npm run lint:md",
"lint:md": "prettier --parser markdown '**/*.md' --check",
"package": "rimraf *.vsix && vsce package",
"prepare": "husky",
"test": "NODE_NO_WARNINGS=1 node --require tsx/cjs --test test/index.ts",
"test:coverage": "NODE_NO_WARNINGS=1 c8 node --require tsx/cjs --test test/index.ts",
"test:watch": "NODE_NO_WARNINGS=1 node --require tsx/cjs --watch --test test/index.ts",
"test": "node --require tsx/cjs --test test/index.ts",
"test:coverage": "c8 node --require tsx/cjs --test test/index.ts",
"test:watch": "node --require tsx/cjs --watch --test test/index.ts",
"vscode:prepublish": "npm run check && npm run build"
},
"contributes": {
Expand Down

0 comments on commit 4871642

Please sign in to comment.