Skip to content

Commit

Permalink
chore: ignore examples when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
njugray committed Dec 15, 2017
1 parent 7ac83d8 commit 5a97289
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
}
},
"packages": [
"packages/*",
"examples/*"
"packages/*"
],
"command": {
"publish": {
Expand Down
18 changes: 18 additions & 0 deletions packages/beidou-docs/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Created by .ignore support plugin (hsz.mobi)
.gitignore
.idea
.tmp
coverage
node_modules/
logs
npm-debug.log
test
.DS_Store
.nyc_output
.cise.yml
.gitlab-ci.yml
.eslintrc
.eslintignore
.editorconfig
build.sh

0 comments on commit 5a97289

Please sign in to comment.