There was an error while loading. Please reload this page.
1 parent c70dbc1 commit 717a277Copy full SHA for 717a277
‎app/templates/_package.json
@@ -29,9 +29,9 @@
29
"module": "dist/index.mjs",
30
"typings": "dist/index.d.ts",
31
"scripts": {
32
- "build": "npm run clean && npm run npm run ts -- -p tsconfig.prod.json",
+ "build": "npm run clean && npm run ts -- -p tsconfig.prod.json",
33
"clean": "shx rm -rf dist/",
34
- "lint": "npm run lint -- --config tslint.prod.json",
+ "lint": "npm run lint:debug -- --config tslint.prod.json",
35
"lint:debug": "tslint --project tsconfig.json --format stylish",
36
"prepublishOnly": "npm run lint && npm run build",
37
"test": "shx echo 'Write your own tests'",
0 commit comments