Skip to content

Commit

Permalink
fix publish issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Oct 13, 2021
1 parent 3019e0e commit a92c99f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ tasks:
- init: npm i -g npm-check-updates && exit
- init: yarn && yarn test
- init: fish

vscode:
extensions:
- [email protected]
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
!build
!build
packages
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"exclude": [
"node_modules",
"build",
"packages",
"test",
"**/*.test.ts"
]
Expand Down

0 comments on commit a92c99f

Please sign in to comment.