File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1717 "build:types" : " tsc --emitDeclarationOnly" ,
1818 "build:js" : " babel src --out-dir es --extensions \" .ts\" --source-maps inline && cross-env BABEL_ENV=es5 babel src --out-dir . --extensions \" .ts\" " ,
1919 "test" : " cross-env NODE_ENV=test BABEL_ENV=es5 mocha $npm_package_config_mocha && cross-env NODE_ENV=test BABEL_ENV=coverage nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha" ,
20- "test:watch" : " cross-env NODE_ENV=test BABEL_ENV=test mocha $npm_package_config_mocha --watch --watch-extensions ts" ,
20+ "test:watch" : " cross-env NODE_ENV=test BABEL_ENV=test mocha $npm_package_config_mocha --watch --watch-extensions js, ts" ,
2121 "test:debug" : " cross-env NODE_ENV=test BABEL_ENV=test mocha --inspect-brk $npm_package_config_mocha" ,
2222 "codecov" : " nyc report --reporter=text-lcov > coverage.lcov; codecov" ,
2323 "prepublishOnly" : " npm run clean && npm run prettier:check && npm run lint && npm test && npm run build" ,
You can’t perform that action at this time.
0 commit comments