|
@@ -13,7 +13,7 @@
|
|
|
"scripts": {
|
|
|
"lint": "tslint src/**/*.ts",
|
|
|
"test": "npm run lint && jest",
|
|
|
- "build": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,gql}\" lib/ && tsc -b",
|
|
|
+ "build": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,gql}\" lib/ && tsc",
|
|
|
"postinstall": "npm run build",
|
|
|
"watch": "concurrently --kill-others \"npm:watch-ts\" \"npm:watch-extra\" \"npm:watch-webpack\"",
|
|
|
"watch-ts": "tsc -watch",
|