Skip to content

Commit

Permalink
Ignore tsconfig, setup scope for publishing to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
rbayliss committed Dec 31, 2019
1 parent 93b52ae commit 05d9abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
scope: "@lastcallmedia"
- name: Install
run: npm ci
- name: Build and Set Version
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/
fixtures/
.github

tsconfig

0 comments on commit 05d9abb

Please sign in to comment.