Skip to content

Commit

Permalink
remove node_models
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Jun 29, 2022
1 parent 92c82a9 commit b6570f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
registry-url: https://registry.npmjs.org
- run: npm i
- run: npm run build
# Clean up
- run: rm -r node_modules
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-citadel",
"version": "0.1.2",
"version": "0.1.3",
"description": "Easy to use schema-first GraphQL schema directive for authentication and authorization",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit b6570f2

Please sign in to comment.