Skip to content

Commit 717a277

Browse files
committed
🔧 package.json: Fix broken NPM scripts
1 parent c70dbc1 commit 717a277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎app/templates/_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"module": "dist/index.mjs",
3030
"typings": "dist/index.d.ts",
3131
"scripts": {
32-
"build": "npm run clean && npm run npm run ts -- -p tsconfig.prod.json",
32+
"build": "npm run clean && npm run ts -- -p tsconfig.prod.json",
3333
"clean": "shx rm -rf dist/",
34-
"lint": "npm run lint -- --config tslint.prod.json",
34+
"lint": "npm run lint:debug -- --config tslint.prod.json",
3535
"lint:debug": "tslint --project tsconfig.json --format stylish",
3636
"prepublishOnly": "npm run lint && npm run build",
3737
"test": "shx echo 'Write your own tests'",

0 commit comments

Comments
 (0)