Skip to content

Commit

Permalink
Remove background commands from package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Aug 25, 2020
1 parent 9c64c97 commit ebea8e2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
"author": "Jaewook Ahn <ajw4586@gmail.com>",
"license": "MIT",
"scripts": {
"build-popup": "cross-env REACT_APP_ENV=production react-scripts build",
"prebuild-background": "rm -rf build/background",
"build-background": "tsc --project background.tsconfig.json",
"build": "yarn build-popup && yarn build-background",
"build": "cross-env REACT_APP_ENV=production react-scripts build",
"dev": "cross-env REACT_APP_ENV=development react-scripts start",
"lint-popup": "eslint src --ext .js,.ts,.jsx,.tsx",
"lint-background": "eslint background --ext .js,.ts,.jsx,.tsx",
"lint": "yarn lint-popup && yarn lint-background",
"lint": "eslint src --ext .js,.ts,.jsx,.tsx",
"prepackage": "yarn build",
"package": "node scripts/CreatePackage.js",
"postpackage": "node scripts/CreateDistribution.js"
Expand Down

0 comments on commit ebea8e2

Please sign in to comment.