This repository was archived by the owner on Apr 4, 2023. It is now read-only.
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 5656 "tslint.demo" : " tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'" ,
5757 "ci.tslint" : " npm run tslint && npm run tslint.demo" ,
5858 "development.setup" : " npm run setup && npm link && cd ../demo && npm link nativescript-plugin-firebase && cd ../src" ,
59- "generate.typings.ios" : " cd ../demo && TNS_DEBUG_METADATA_PATH=\" $(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\" $(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'" ,
59+ "generate.typings.ios" : " cd ../demo-ng && TNS_DEBUG_METADATA_PATH=\" $(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\" $(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo-ng /typings!'" ,
6060 "generate.typings.android" : " java -jar ../../android-dts-generator/dts-generator/build/libs/dts-generator.jar -input ../$npm_package_config_typingsproject/platforms/android/build/intermediates/exploded-aar/com.google.firebase/firebase-$npm_package_config_typings/**/jars/classes.jar -output platforms/android/typings/$npm_package_config_typings" ,
6161 "generate.typings.android.analytics" : " npm run generate.typings.android --nativescript-plugin-firebase:typings=analytics-impl" ,
6262 "generate.typings.android.auth" : " npm run generate.typings.android --nativescript-plugin-firebase:typings=auth" ,
You can’t perform that action at this time.
0 commit comments