Skip to content
Snippets Groups Projects
Commit 7bd0d1c1 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Update Travis so that it remains in the static_src file

parent b7af87bd
No related branches found
No related tags found
No related merge requests found
...@@ -39,11 +39,14 @@ install: ...@@ -39,11 +39,14 @@ install:
# Install node # Install node
- nvm install 8 - nvm install 8
# Move into the static_src folder where we will compile the FE
- cd ./opentech/static_src
# Install node dependencies # Install node dependencies
- cd ./opentech/static_src && npm install --quiet - npm install --quiet
# Build the static files # Build the static files
- cd ./opentech/static_src && npm run build:prod - npm run build:prod
# Run the tests # Run the tests
......
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