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 dcc4bc2 commit d43394fCopy full SHA for d43394f
package.json
@@ -23,7 +23,7 @@
23
},
24
"scripts": {
25
"preinstall": "node tools/npm/check-node-modules --purge",
26
- "postinstall": "node tools/npm/copy-npm-shrinkwrap && node tools/chromedriverpatch.js && webdriver-manager update && bower install && gulp pubget.dart && tsd reinstall --config modules/angular2/tsd.json && tsd reinstall --config tools/tsd.json",
+ "postinstall": "node tools/npm/copy-npm-shrinkwrap && node tools/chromedriverpatch.js && webdriver-manager update && bower install && gulp pubget.dart && tsd reinstall --overwrite --config modules/angular2/tsd.json && tsd reinstall --overwrite --config tools/tsd.json",
27
"test": "gulp test.all.js && gulp test.all.dart"
28
29
"dependencies": {
0 commit comments