Skip to content

Instantly share code, notes, and snippets.

@thomasJang
Created November 1, 2018 12:42
Show Gist options
  • Select an option

  • Save thomasJang/3c104a99e6f8955ab7eb47b181bb70f8 to your computer and use it in GitHub Desktop.

Select an option

Save thomasJang/3c104a99e6f8955ab7eb47b181bb70f8 to your computer and use it in GitHub Desktop.
package.json
"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