Skip to content

Commit

Permalink
add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Apr 23, 2023
1 parent 6febf98 commit 3aa5320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
working-directory: ./examples/hello-world
run: npm run build
- name: Validate Example Typescript
working-directory: ./examples/hello-world-typescript
working-directory: ./examples/hello-world
run: NODE_OPTIONS=--max_old_space_size=9216 npm run validate
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
examples
.github
.vscode

0 comments on commit 3aa5320

Please sign in to comment.