Skip to content

Commit 4871642

Browse files
committed
chore: package scripts
1 parent 8864348 commit 4871642

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@
4242
"clean": "rimraf dist & rimraf server/dist & rimraf client/dist",
4343
"lint": "xo && npm run lint:md",
4444
"lint:md": "prettier --parser markdown '**/*.md' --check",
45+
"package": "rimraf *.vsix && vsce package",
4546
"prepare": "husky",
46-
"test": "NODE_NO_WARNINGS=1 node --require tsx/cjs --test test/index.ts",
47-
"test:coverage": "NODE_NO_WARNINGS=1 c8 node --require tsx/cjs --test test/index.ts",
48-
"test:watch": "NODE_NO_WARNINGS=1 node --require tsx/cjs --watch --test test/index.ts",
47+
"test": "node --require tsx/cjs --test test/index.ts",
48+
"test:coverage": "c8 node --require tsx/cjs --test test/index.ts",
49+
"test:watch": "node --require tsx/cjs --watch --test test/index.ts",
4950
"vscode:prepublish": "npm run check && npm run build"
5051
},
5152
"contributes": {

0 commit comments

Comments
 (0)