Update circle.ci to install grunt
This commit is contained in:
+4
-3
@@ -1,12 +1,13 @@
|
||||
dependencies:
|
||||
pre:
|
||||
- gem install sass --version ">= 3.4"
|
||||
- npm install -g grunt-cli
|
||||
deployment:
|
||||
staging:
|
||||
branch: master
|
||||
branch: staging
|
||||
commands:
|
||||
- ./scripts/deploy --staging
|
||||
- grunt deploy:staging
|
||||
production:
|
||||
branch: production
|
||||
commands:
|
||||
- ./scripts/deploy --production
|
||||
- grunt deploy:prod
|
||||
|
||||
Reference in New Issue
Block a user