Switching from grunt to webpack for compilation, minify wasn't working

This commit is contained in:
Jonathan Putney
2022-02-11 08:41:08 -05:00
parent 9cd9cf096a
commit a91b608c11
18 changed files with 3120 additions and 33103 deletions

View File

@@ -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