File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 23
23
"flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig\" ; else flow; test $? -eq 0 -o $? -eq 2; fi" ,
24
24
"lint:fix" : " npm run lint -- --fix" ,
25
25
"lint" : " eslint --config .eslintrc src __tests__ __mocks__ scripts" ,
26
- "prepublish" : " npm run lint && npm run flow && npm run test && npm run build" ,
26
+ "prepublish" : " safe-publish-latest && npm run lint && npm run flow && npm run test && npm run build" ,
27
27
"pretest" : " npm run lint:fix && npm run flow" ,
28
28
"test:ci" : " npm test -- --ci --runInBand" ,
29
29
"test" : " jest --coverage __tests__/**/*"
49
49
"jscodeshift" : " ^0.3.30" ,
50
50
"minimist" : " ^1.2.0" ,
51
51
"rimraf" : " ^2.6.1" ,
52
+ "safe-publish-latest" : " ^1.1.1" ,
52
53
"to-ast" : " ^1.0.0"
53
54
},
54
55
"engines" : {
You can’t perform that action at this time.
0 commit comments