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 d5c090e commit 343619bCopy full SHA for 343619b
package.json
@@ -15,7 +15,7 @@
15
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
16
"stylelint": "stylelint 'src/**/*.scss' --config stylelint-config.json --syntax scss",
17
"check-circular-deps": "madge --circular ./dist",
18
- "typings": "typings install --ambient",
+ "typings": "typings install --global",
19
"postinstall": "npm run typings",
20
"e2e": "protractor",
21
"inline-resources": "node ./scripts/release/inline-resources.js ./dist/components",
0 commit comments