Skip to content

Commit

Permalink
Merge pull request #231 from developit/no-compress-dist
Browse files Browse the repository at this point in the history
Don't compress microbundle dist
  • Loading branch information
ForsakenHarmony committed Oct 25, 2018
2 parents ad88a62 + aeb85ee commit f794eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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 f794eda

Please sign in to comment.