Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
updated build environment
fixed some bother, filed mochajs/mocha#4675
noted istanbuljs/nyc#1381 but no dice
  • Loading branch information
GerHobbelt committed Jul 3, 2021
1 parent 102e2fd commit 1efb472
Show file tree
Hide file tree
Showing 12 changed files with 4,006 additions and 60 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -26,9 +26,7 @@ lintfix:
bundle:
-rm -rf ./dist
mkdir dist
microbundle --no-compress --target node --strict --name ${GLOBAL_NAME} -f modern
mv dist/${BUNDLE_NAME}.modern.js dist/${BUNDLE_NAME}.js
mv dist/${BUNDLE_NAME}.modern.js.map dist/${BUNDLE_NAME}.js.map
microbundle --no-compress --target node --strict --name ${GLOBAL_NAME}
npx prepend-header 'dist/*js' support/header.js

test:
Expand Down

0 comments on commit 1efb472

Please sign in to comment.