Skip to content

Commit

Permalink
Rename all build tasks for more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalet committed Jul 3, 2019
1 parent 05e3ff5 commit 1474a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",
"build:snap": "build --linux snap",
"build:portable": "build --win portable",
"dev": "node .electron-vue/dev-runner.js",
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src",
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src",
"pack": "npm run pack:main && npm run pack:renderer",
"pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js",
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
"postinstall": "npm run lint:fix",
"start": "electron .",
"dist": "build --linux snap",
"portable": "build --win portable"
"start": "electron ."
},
"dependencies": {
"grapheme-splitter": "^1.0.4",
Expand Down

0 comments on commit 1474a5f

Please sign in to comment.