Readme update; fix package.json scripts for Windows

This commit is contained in:
Scott Nonnenberg 2020-07-13 16:47:27 -07:00
parent 128859fdb7
commit bffbc1e5cf
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ Then you need `git`, if you don't have that yet: https://git-scm.com/
https://www.microsoft.com/en-us/download/details.aspx?id=40773
- Install Windows SDK version 8.1: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
1. Install _Windows Build Tools_: Open the [Command Prompt (`cmd.exe`) as Administrator](<https://technet.microsoft.com/en-us/library/cc947813(v=ws.10).aspx>)
and run: `npm install --global --production --add-python-to-path windows-build-tools`
and run: `npm install --vs2015 --global --production --add-python-to-path windows-build-tools`
### Linux

View File

@ -43,9 +43,9 @@
"ready": "yarn clean-transpile && yarn grunt && yarn lint && yarn test-node && yarn test-electron && yarn lint-deps",
"dev": "run-p --print-label dev:*",
"dev:grunt": "yarn grunt dev",
"dev:webpack": "NODE_ENV=development webpack-dev-server --hot",
"dev:webpack": "cross-env NODE_ENV=development webpack-dev-server --hot",
"dev:typed-scss": "yarn build:typed-scss -w",
"dev:storybook": "SIGNAL_ENV=storybook start-storybook -p 6006 -s ./",
"dev:storybook": "cross-env SIGNAL_ENV=storybook start-storybook -p 6006 -s ./",
"build": "run-s --print-label build:grunt build:typed-scss build:webpack build:release build:zip",
"build:dev": "run-s --print-label build:grunt build:typed-scss build:webpack",
"build:grunt": "yarn grunt",