Switching from grunt to webpack for compilation, minify wasn't working
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
# run babel compile
|
||||
- run: git config user.email "jputney@noverant.com" && git config user.name "Jonathan Putney"
|
||||
- run: ./node_modules/.bin/grunt
|
||||
- run: ./node_modules/.bin/webpack --bail --config webpack.js
|
||||
- run: git add --all dist/
|
||||
|
||||
# run jsdoc
|
||||
@@ -101,4 +101,4 @@ jobs:
|
||||
|
||||
- store_artifacts: # upload test coverage as artifact
|
||||
path: ./coverage/lcov.info
|
||||
prefix: tests
|
||||
prefix: tests
|
||||
|
||||
Reference in New Issue
Block a user