Skip to content

Commit

Permalink
Enhancement/output cleanup (#124)
Browse files Browse the repository at this point in the history
* Removes unnecessary dumps

* Updates packages

* Fixes build

* Removes more unnecessary stuff

* Fixes action
  • Loading branch information
sabinadams authored May 13, 2022
1 parent 4f9130c commit 1b9092c
Show file tree
Hide file tree
Showing 11 changed files with 544 additions and 1,271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
lib
generated.prisma
# Keep environment variables out of version control
.env
27 changes: 0 additions & 27 deletions generated.prisma

This file was deleted.

Loading

0 comments on commit 1b9092c

Please sign in to comment.