Skip to content

Commit

Permalink
Run the treeshake test with the same Rollup version (jashkenas#2847)
Browse files Browse the repository at this point in the history
npx rollup@latest produces Rollup version 2 nowadays, which is
incompatible with Node.js <10.
  • Loading branch information
jgonggrijp committed Jun 27, 2020
1 parent 494500d commit 88f6ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test-node": "npm run prepare-tests && qunit-cli test/*.js",
"test-browser": "npm run prepare-tests && npm i karma-phantomjs-launcher && karma start",
"bundle": "rollup --config && eslint underscore.js",
"bundle-treeshake": "cd test-treeshake && npx rollup@latest --config",
"bundle-treeshake": "cd test-treeshake && rollup --config",
"prepare-tests": "npm run bundle && npm run bundle-treeshake",
"minify-umd": "terser underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m",
"minify-esm": "terser underscore-esm.js -c \"evaluate=false\" --comments \"/ .*/\" -m",
Expand Down

0 comments on commit 88f6ed6

Please sign in to comment.