Created
November 1, 2018 12:42
-
-
Save thomasJang/3c104a99e6f8955ab7eb47b181bb70f8 to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "scripts": { | |
| "start": "npm-run-all -p build-watch:less-var build-watch:react", | |
| "tslint-check": "tslint-config-prettier-check ./tslint.json", | |
| "build-watch:react": "react-app-rewired start --scripts-version react-scripts-ts", | |
| "build-watch:less-var": "ts-node -P ./tsconfig.dev.json ./script/generate-less-var.ts" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment