File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,21 +51,21 @@ cache:
5151install :
5252 - meteor npm install
5353 # Install missing packages
54- - npm install ajv
55- - meteor npm install --save @babel/runtime react
56- - meteor npm install --save @babel/runtime
57- - meteor npm install jquery
58- - meteor npm install --save react
54+ # - npm install ajv
55+ # - meteor npm install --save @babel/runtime react
56+ # - meteor npm install --save @babel/runtime
57+ # - meteor npm install jquery
58+ # - meteor npm install --save react
5959 # Update Meteor and all packages
6060 # - meteor update --all-packages
6161 # We are running this twice since there are chained dependencies
6262 # - meteor update --all-packages
6363 # update the Meteor packages (but NOT meteor) to the latest version
64- - meteor update --packages-only
64+ # - meteor update --packages-only
6565 # We are running this twice since there are chained dependencies
66- - meteor update --packages-only
66+ # - meteor update --packages-only
6767 # fix Errors and vulnerabilities
68- - npm audit fix
68+ # - npm audit fix
6969
7070script :
7171 # List all install package for easier debugging
You can’t perform that action at this time.
0 commit comments