Skip to content

Commit

Permalink
Add prebench script (#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpawlik authored and CrossEye committed Jan 16, 2019
1 parent a830a0d commit 878cacd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -55,10 +55,11 @@
"dist"
],
"scripts": {
"bench": "scripts/benchRunner",
"bookmarklet": "scripts/bookmarklet",
"prebench": "npm run --silent build:cjs",
"bench": "node scripts/benchRunner",
"bookmarklet": "node scripts/bookmarklet",
"build:es": "cross-env BABEL_ENV=es babel source --out-dir es",
"build:cjs": "cross-env BABEL_ENV=cjs babel source --out-dir src",
"build:cjs": "cross-env BABEL_ENV=cjs babel -q source --out-dir src",
"build:mjs": "cross-env BABEL_ENV=es babel source/index.js --out-file src/index.mjs",
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/ramda.js",
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/ramda.min.js",
Expand Down

0 comments on commit 878cacd

Please sign in to comment.