Skip to content

Commit

Permalink
string tweak in package-scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 13, 2020
1 parent 65742e7 commit e137e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function test(testName, mochaParams) {
module.exports = {
scripts: {
build: {
script: `browserify -e browser-entry.js --plugin ./scripts/dedefine --ignore './lib/cli/*.js' --ignore "./lib/esm-utils.js" --ignore 'chokidar' --ignore 'fs' --ignore 'glob' --ignore 'path' --ignore 'supports-color' --ignore "./lib/buffered-runner.js" --ignore "./lib/serializer.js" --ignore "./lib/reporters/buffered.js" -o mocha.js`,
script: `browserify -e browser-entry.js --plugin ./scripts/dedefine --ignore './lib/cli/*.js' --ignore "./lib/esm-utils.js" --ignore 'chokidar' --ignore 'fs' --ignore 'glob' --ignore 'path' --ignore 'supports-color' --ignore './lib/buffered-runner.js' --ignore './lib/serializer.js' --ignore './lib/reporters/buffered.js' -o mocha.js`,
description: 'Build browser bundle'
},
lint: {
Expand Down

0 comments on commit e137e83

Please sign in to comment.