mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 06:58:14 -05:00
Lock grunt-cli version to 1.2.0.
This commit is contained in:
parent
4e0b8975bd
commit
b9b4757134
@ -34,7 +34,7 @@ jobs:
|
|||||||
- v2-dependencies-targetchromium-{{ checksum "omega-target-chromium-extension/package.json" }}
|
- v2-dependencies-targetchromium-{{ checksum "omega-target-chromium-extension/package.json" }}
|
||||||
- v2-dependencies-targetchromium
|
- v2-dependencies-targetchromium
|
||||||
|
|
||||||
- run: sudo npm install -g grunt-cli bower web-ext json
|
- run: sudo npm install -g grunt-cli@1.2.0 bower web-ext json
|
||||||
- run: (cd omega-build && npm run deps)
|
- run: (cd omega-build && npm run deps)
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
@ -101,7 +101,7 @@ To build the project:
|
|||||||
|
|
||||||
# Install node and npm first (make sure npm --version > 2.0), then:
|
# Install node and npm first (make sure npm --version > 2.0), then:
|
||||||
|
|
||||||
sudo npm install -g grunt-cli bower
|
sudo npm install -g grunt-cli@1.2.0 bower
|
||||||
# In the project folder:
|
# In the project folder:
|
||||||
cd omega-build
|
cd omega-build
|
||||||
npm run deps # This runs npm install in every module.
|
npm run deps # This runs npm install in every module.
|
||||||
|
Loading…
Reference in New Issue
Block a user