We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952af70 commit 33e51c0Copy full SHA for 33e51c0
src/package.json
@@ -45,8 +45,8 @@
45
"tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'",
46
"tslint.demo":
47
"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",
+ "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
+ "prepublishOnly": "npm run build",
50
"development.setup":
51
"npm run setup && npm link && cd ../demo && npm link nativescript-floatingactionbutton && cd ../src",
52
"generate.typings.ios":
0 commit comments