File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 "remove-sourcemap-refs" : " node ./build/remove-sourcemap-refs.js" ,
4343 "watch" : " tsc -w -p ./src" ,
4444 "test" : " npm run compile && npm run node-test" ,
45- "node-test" : " node --enable-source-maps --test lib/esm/test/**/*.test.js" ,
46- "coverage" : " npm run compile && npx nyc --reporter=html --reporter=text node --test lib/esm/test/**/*.test.js" ,
45+ "node-test" : " node --enable-source-maps --test ' lib/esm/test/**/*.test.js' " ,
46+ "coverage" : " npm run compile && npx nyc --reporter=html --reporter=text node --test ' lib/esm/test/**/*.test.js' " ,
4747 "lint" : " eslint src/**/*.ts" ,
4848 "update-data" : " npm install @vscode/web-custom-data -D && node ./build/generateData.js" ,
4949 "install-types-next" : " npm install vscode-languageserver-types@next -f -S && npm install vscode-languageserver-textdocument@next -f -S" ,
You can’t perform that action at this time.
0 commit comments