File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3434 "ci" : " npm run e2e && npm run test" ,
3535 "docs" : " typedoc --options typedoc.json --exclude **/*.spec.ts ./src/" ,
3636 "start" : " npm run server:dev" ,
37- "fix:ng2" : " rimraf node_modules/angular2/manual_typings node_modules/angular2/typings node_modules/angular2/bundles/typings && ncp src/.ng2-patch node_modules && replace '5.0.0-beta.0' '5.0.0-beta.1' node_modules -r" ,
37+ "fix:rx" : " node_modules/.bin/replace '5.0.0-beta.0' '5.0.0-beta.1' node_modules -r" ,
38+ "fix:ng2-patch" : " node_modules/.bin/ncp src/.ng2-patch node_modules" ,
39+ "fix:ng2-clean" : " node_modules/.bin/rimraf node_modules/angular2/manual_typings node_modules/angular2/typings node_modules/angular2/bundles/typings" ,
40+ "fix:ng2" : " npm run fix:ng2-clean && npm run fix:ng2-patch && npm run fix:rx" ,
3841 "pretypings-install" : " npm run fix:ng2" ,
3942 "typings-install" : " typings install" ,
4043 "postinstall" : " npm run typings-install && npm run fix:ng2"
You can’t perform that action at this time.
0 commit comments