Skip to content

Commit a002a3f

Browse files
committed
chore: project
1 parent b314554 commit a002a3f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ build
4343
Pods
4444
!packages/platforms
4545
/packages/**/*.aar
46+
/demo-snippets/**/*.aar
4647
*.xcuserdatad
4748
/packages/README.md
4849
packages/**/*js.map

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
]
4141
}
4242
}
43-
}
43+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"demo.vue.clean": "cd ./demo-vue && ns clean",
3434
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
3535
"postinstall": "npm run setup",
36-
"publish": "npm run clean && npm run build.all && npm run readme && npm run doc && lerna publish",
36+
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
3737
"readme": "lerna run readme && node ./tools/readme.js",
3838
"setup": "npm run submodules && ts-patch install",
3939
"start": "./node_modules/.bin/ntl -A -s 15 -o",

0 commit comments

Comments
 (0)