Skip to content

Commit

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

0 comments on commit 8565095

Please sign in to comment.