File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 ],
99 "scripts" : {
1010 "prepack" : " npmignore --auto --commentLines=autogenerated && npm run build" ,
11- "build" : " rimraf lib && babel src --out-dir lib --copy-files" ,
11+ "build" : " premove lib && babel src --out-dir lib --copy-files" ,
1212 "create" : " node ./scripts/create-rule" ,
1313 "flow" : " flow" ,
1414 "lint:js:fix" : " npm run lint -- --fix" ,
1717 "lint" : " npm run lint:js && npm run lint:docs" ,
1818 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
1919 "prepublishOnly" : " safe-publish-latest && npm run lint && npm run flow && npm run tests-only" ,
20- "pretest" : " npm run lint:fix && npm run flow" ,
2120 "test" : " npm run tests-only" ,
2221 "tests-only" : " tape --require=@babel/register '__tests__/**/*.js'" ,
2322 "posttest" : " npx npm@'>=10.2' audit --production" ,
7271 "npmignore" : " ^0.3.1" ,
7372 "object.assign" : " ^4.1.5" ,
7473 "object.entries" : " ^1.1.8" ,
75- "rimraf " : " ^3 .0.2 " ,
74+ "premove " : " ^4 .0.0 " ,
7675 "safe-publish-latest" : " ^2.0.0" ,
7776 "semver" : " ^6.3.1" ,
7877 "tape" : " ^5.9.0" ,
You can’t perform that action at this time.
0 commit comments