Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix missed conflict res
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed May 14, 2020
1 parent 58d3b59 commit 857f4df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@
"burnthemall": "node ./tasks/burnthemall.js",
"lint": "eslint --ignore-pattern 'color-thief.js' --ignore-pattern 'app/node_modules' --ignore-pattern 'vendor' --ignore-pattern '*.build.js' --ignore-pattern 'assets' --fix app",
"rebuild": "gulp rebuild",
<<<<<<< HEAD:package.json
"release": "npm run build && electron-builder -p never && gulp postbuild",
=======
"release": "electron-builder -p never && gulp postbuild",
>>>>>>> blue-hyperdrive10:scripts/package.json
"start": "gulp start",
"watch": "gulp start-watch"
},
Expand Down

0 comments on commit 857f4df

Please sign in to comment.