File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 "main" : " lib/index.js" ,
66 "scripts" : {
77 "lint" : " eslint ." ,
8- "pretest" : " npm run build && npm run lint" ,
8+ "pretest" : " npm run lint" ,
99 "test" : " mocha" ,
1010 "cover" : " nyc npm test" ,
11- "build" : " node scripts/build-regexpu.js" ,
11+ "build-regexpu " : " node scripts/build-regexpu.js" ,
1212 "report:coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
1313 "report:codecov" : " nyc report --reporter=text-lcov | codecov --pipe" ,
1414 "publish-patch" : " npm test && npm version patch && git push && git push --tags && npm publish"
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ fs.writeFileSync(
2323 targetFile ,
2424 "/* AUTO GENERATED */\nmodule.exports = " + JSON . stringify ( uniReg , null , 4 ) + '\n'
2525) ;
26+
2627console . log ( 'Done building ' + targetFile )
You can’t perform that action at this time.
0 commit comments