Skip to content

Commit

Permalink
buildspec 4
Browse files Browse the repository at this point in the history
  • Loading branch information
donhenton committed Jan 22, 2020
1 parent 948293f commit 60c620f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ phases:
- echo installng docker phase ...........
- mkdir ~/.npm-global
- export PATH=~/.npm-global/bin:$PATH
- export NPM_CONFIG_PREFIX=~/.npm-global
- echo prefix ${NPM_CONFIG_PREFIX}
- npm install -g gulp
- npm install -g node-sass
pre_build:
Expand Down

0 comments on commit 60c620f

Please sign in to comment.