Skip to content

Commit

Permalink
add postinstall script to compile graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Mar 25, 2024
1 parent 3ab312e commit bbf4202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"graphql:build": "graphclient build",
"graphql:dev-server": "graphclient serve-dev",
"test": "vitest --dir=test",
"tests": "playwright test"
"tests": "playwright test",
"postinstall": "npm run graphql:build"
},
"engines": {
"node": "20.11.1",
Expand Down

0 comments on commit bbf4202

Please sign in to comment.