File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ matrix:
32
32
env :
33
33
install :
34
34
- ' npm install'
35
- - ' npm run clean-local-npm'
36
35
before_script :
37
36
- ' npx lerna bootstrap'
38
37
script :
Original file line number Diff line number Diff line change @@ -107,8 +107,6 @@ const packagesToRemove = [
107
107
] . map ( ( s ) => `./node_modules/${ s } ` ) ;
108
108
109
109
const additionalDirsToRemove = [
110
- 'node_modules/.bin/npm' ,
111
- 'node_modules/.bin/npm.cmd' ,
112
110
] ;
113
111
114
112
const rmrfs = [ ]
Original file line number Diff line number Diff line change 5
5
"description" : " JavaScript Testing utilities for React" ,
6
6
"homepage" : " https://enzymejs.github.io/enzyme/" ,
7
7
"scripts" : {
8
- "clean-local-npm" : " rimraf node_modules/.bin/npm node_modules/.bin/npm.cmd" ,
9
- "postinstall" : " [ -n \" ${TRAVIS-}\" ] || (npm run clean-local-npm && npm link npm && lerna bootstrap)" ,
8
+ "postinstall" : " [ -n \" ${TRAVIS-}\" ] || (npm link npm && lerna bootstrap)" ,
10
9
"prepublish" : " not-in-publish || (npm run build && safe-publish-latest)" ,
11
10
"preversion" : " npm run clean && npm run check" ,
12
11
"postversion" : " git push && git push --tags && npm run clean && npm run docs:publish" ,
93
92
"lerna" : " ^2.11.0" ,
94
93
"mocha" : " ^3.5.3" ,
95
94
"mocha-lcov-reporter" : " ^1.3.0" ,
95
+ "npm" : " gist:9cdb687f3806f8e6cb8a365d0b7840eb" ,
96
96
"nyc" : " ^10.3.2" ,
97
97
"prop-types" : " ^15.7.2" ,
98
98
"rimraf" : " ^2.7.1" ,
You can’t perform that action at this time.
0 commit comments