Skip to content

Commit 33e51c0

Browse files
committed
tslint script
1 parent 952af70 commit 33e51c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'",
4646
"tslint.demo":
4747
"tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'",
48-
"ci.tslint": "npm run tslint && npm run tslint.demo",
49-
"prepublishOnly": "npm run build",
48+
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
49+
"prepublishOnly": "npm run build",
5050
"development.setup":
5151
"npm run setup && npm link && cd ../demo && npm link nativescript-floatingactionbutton && cd ../src",
5252
"generate.typings.ios":

0 commit comments

Comments
 (0)