File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 42
42
"clean" : " rimraf dist & rimraf server/dist & rimraf client/dist" ,
43
43
"lint" : " xo && npm run lint:md" ,
44
44
"lint:md" : " prettier --parser markdown '**/*.md' --check" ,
45
+ "package" : " rimraf *.vsix && vsce package" ,
45
46
"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" ,
49
50
"vscode:prepublish" : " npm run check && npm run build"
50
51
},
51
52
"contributes" : {
You can’t perform that action at this time.
0 commit comments