Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Remove cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Spring3 committed May 31, 2019
1 parent 51180de commit 2ea8ab3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "npm run prepack && electron --noDevServer ./main/index.js",
"dev": "webpack-dev-server",
"pack": "electron-builder --dir dist",
"prepack": "node_modules/.bin/cross-env NODE_ENV=production webpack --config webpack.config.js",
"prepack": "NODE_ENV=production webpack --config webpack.config.js",
"build": "npm run pack && electron-builder",
"release": "npm run pack && electron-builder -p always",
"postinstall": "electron-builder install-app-deps",
Expand Down Expand Up @@ -36,11 +36,13 @@
"dist/**/*",
"node_modules/**/*"
],
"publish": [{
"provider": "github",
"owner": "Spring3",
"repo": "redshape"
}],
"publish": [
{
"provider": "github",
"owner": "Spring3",
"repo": "redshape"
}
],
"win": {
"target": [
"nsis",
Expand Down Expand Up @@ -71,7 +73,6 @@
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"electron": "^5.0.2",
"electron-builder": "^20.41.0",
Expand Down

0 comments on commit 2ea8ab3

Please sign in to comment.