Skip to content

Commit

Permalink
Create releast task for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed May 2, 2017
1 parent 52dd698 commit f91f3f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"build": "npm run build:injected && npm run build:chrome",
"build:chrome": "webpack --config shells/chrome/webpack.config.js",
"build:injected": "webpack --config injected/webpack.config.js",
"format:prettier": "prettier --single-quote --no-bracket-spacing --write \"./!(node_modules|coverage)/**/!(build)/*.js\"",
"format:eslint": "eslint \"./!(node_modules|coverage)/**/!(build)/*.js\" --fix",
"clean": "rm -rf shells/chrome/dist/build && rm -rf injected/build",
"format": "npm run format:prettier && npm run format:eslint",
"format:eslint": "eslint \"./!(node_modules|coverage)/**/!(build)/*.js\" --fix",
"format:prettier": "prettier --single-quote --no-bracket-spacing --write \"./!(node_modules|coverage)/**/!(build)/*.js\"",
"lint": "eslint \"./!(node_modules|coverage)/**/!(build)/*.js\"",
"precommit": "npm run format",
"prepush": "npm test",
"release:chrome": "npm run clean && npm run build:injected && npm run build:chrome && cd shells/chrome/dist && zip -r ../metal-devtools.zip * && cd ../../..",
"test": "jest"
},
"author": "Bryce Osterhaus <[email protected]>",
Expand Down

0 comments on commit f91f3f8

Please sign in to comment.