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 5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
7
"lint" : " eslint ." ,
8
- "pretest" : " npm run build && npm run lint" ,
8
+ "pretest" : " npm run lint" ,
9
9
"test" : " mocha" ,
10
10
"cover" : " nyc npm test" ,
11
- "build" : " node scripts/build-regexpu.js" ,
11
+ "build-regexpu " : " node scripts/build-regexpu.js" ,
12
12
"report:coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
13
13
"report:codecov" : " nyc report --reporter=text-lcov | codecov --pipe" ,
14
14
"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(
23
23
targetFile ,
24
24
"/* AUTO GENERATED */\nmodule.exports = " + JSON . stringify ( uniReg , null , 4 ) + '\n'
25
25
) ;
26
+
26
27
console . log ( 'Done building ' + targetFile )
You can’t perform that action at this time.
0 commit comments