Skip to content

Commit

Permalink
feat: build web
Browse files Browse the repository at this point in the history
  • Loading branch information
caijinyc committed Dec 13, 2019
1 parent b9db8c5 commit c11de5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@
"main": "./public/electron.js",
"scripts": {
"start": "cross-env APP_TYPE=electron node scripts/start.js",
"start:web": "cross-env APP_TYPE=web node scripts/start.js",
"build": "node scripts/build.js",
"start:web": "cross-env APP_TYPE=web node scripts/start.js",
"build:web": "cross-env APP_TYPE=electron node scripts/build.js",
"test": "node scripts/test.js",
"electron-start": "cross-env NODE_ENV=development electron .",
"electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && cross-env NODE_ENV=development electron . \"",
Expand Down

0 comments on commit c11de5b

Please sign in to comment.