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 3ec4bd9 commit fc22c13Copy full SHA for fc22c13
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"build": "ng-packagr -p package.json",
18
"copyDistToExample": "rm -rf ./examples/basic/node_modules/angular-stl-model-viewer/* && cp -R ./dist/. examples/basic/node_modules/angular-stl-model-viewer",
19
- "lint": "tslint -p ./ --type-check",
+ "lint": "tslint -p ./",
20
"publish": "npm run build && npm publish ./dist",
21
"test": "karma start"
22
},
0 commit comments