Skip to content
Snippets Groups Projects
Unverified Commit dfbc079d authored by Marshall Quander's avatar Marshall Quander Committed by GitHub
Browse files

Merge pull request #471 from mozilla/fixes

Fixes to build stuff
parents 46025dfd 85546920
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ mkdir -p /usr/local/share ...@@ -27,7 +27,7 @@ mkdir -p /usr/local/share
rm /usr/bin/env rm /usr/bin/env
ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
hab pkg install -b core/coreutils core/bash core/node core/yarn core/git core/aws-cli hab pkg install -b core/coreutils core/bash core/node/8.11.3 core/yarn core/git core/aws-cli
yarn install --cache-folder .yarn yarn install --cache-folder .yarn
yarn build --output-path build yarn build --output-path build
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment