File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"scripts" : {
15
- "preinstall " : " typings install" ,
15
+ "postinstall " : " typings install" ,
16
16
"build_all" : " npm run build_es6 && npm run build_amd && npm run build_cjs && npm run build_global && npm run generate_packages" ,
17
17
"build_amd" : " rm -rf dist/amd && tsc typings/main.d.ts src/Rx.ts src/Rx.DOM.ts src/add/observable/of.ts -m amd --outDir dist/amd --sourcemap --sourceRoot src --target ES5 --diagnostics --pretty --noImplicitAny --suppressImplicitAnyIndexErrors" ,
18
18
"build_cjs" : " rm -rf dist/cjs && tsc typings/main.d.ts src/Rx.ts src/Rx.KitchenSink.ts src/Rx.DOM.ts src/add/observable/of.ts -m commonjs --outDir dist/cjs --sourcemap --sourceRoot src --target ES5 -d --diagnostics --pretty --noImplicitAny --suppressImplicitAnyIndexErrors" ,
You can’t perform that action at this time.
0 commit comments