Skip to content

Commit

Permalink
feat(android): add other skip-zip npm scripts (#13391)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Apr 12, 2022
1 parent fdeafe0 commit fbbc258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"scripts": {
"android": "node ./build/scons cleanbuild android",
"build": "node ./build/scons build",
"build:local": "node ./build/scons build && node ./build/scons package --skip-zip && ./build/scons install",
"build:android": "npm run build -- android",
"build:changelog": "conventional-changelog -n changelog/config.js -i CHANGELOG.md -s -p angular",
"build:docs": "docgen apidoc -o ./dist",
Expand All @@ -29,6 +30,7 @@
"clean:modules": "node ./build/scons clean-modules",
"clean:sdks": "node ./build/scons clean-sdks",
"cleanbuild": "node ./build/scons cleanbuild",
"cleanbuild:local": "node ./build/scons cleanbuild -- --skip-zip",
"cleanbuild:android": "npm run cleanbuild -- android",
"cleanbuild:ios": "npm run cleanbuild -- ios",
"commit": "git-cz",
Expand Down

0 comments on commit fbbc258

Please sign in to comment.