Skip to content

Commit

Permalink
don't compress microbundle dist (maybe we can add this for target=node)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Oct 22, 2018
1 parent 7fb4f08 commit aeb85ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"bin": "dist/cli.js",
"scripts": {
"build": "npm run -s build:babel && npm run -s build:self",
"build:babel": "babel-node src/cli.js --format cjs src/{cli,index}.js --presets env",
"build:self": "node dist/cli.js --format cjs src/{cli,index}.js",
"build:babel": "babel-node src/cli.js --no-compress --format cjs src/{cli,index}.js --presets env",
"build:self": "node dist/cli.js --no-compress --format cjs src/{cli,index}.js",
"precommit": "lint-staged",
"prepare": "npm run -s build",
"prepare:babel": "babel --presets env src/*.js -d dist && npm t",
Expand Down

0 comments on commit aeb85ee

Please sign in to comment.