Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Fix style definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
FDiskas committed Mar 10, 2018
1 parent 89b9203 commit a6be461
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"homepage": "https://github.com/nfq-eta/react-typescript",
"scripts": {
"cm": "git-cz",
"prestart": "tcm -p src/client/**/*.{css,scss}",
"prebuild": "tcm -p src/client/**/*.{css,scss} && rimraf ./dist ./coverage",
"prestart": "tcm -c -p './src/client/**/*.{css,scss}'",
"prebuild": "yarn prestart && rimraf ./dist ./coverage",
"cleanup": "yarn prebuild",
"build:server": "cross-env NODE_ENV=production webpack --env=server --display-error-details",
"build": "cross-env NODE_ENV=production webpack -p --env=prod --display-error-details && yarn build:server",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/history": "4.6.2",
"@types/html-webpack-plugin": "2.30.1",
"@types/jest": "21.1.8",
"@types/node": "8.5.7",
"@types/node": "9.4.7",
"@types/optimize-css-assets-webpack-plugin": "1.3.1",
"@types/package-json": "4.0.1",
"@types/react": "16.0.25",
Expand Down Expand Up @@ -222,4 +222,4 @@
"node": ">= 8.9",
"yarn": ">= 1.3.2"
}
}
}

0 comments on commit a6be461

Please sign in to comment.