Skip to content

Commit

Permalink
added prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Apr 13, 2024
1 parent a3e738c commit 84b5283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/altair-iframe-sandbox/package.json
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"dev": "vite --port 5123",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"prepare": "yarn build",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"altair-graphql-core": "^6.4.1"
Expand Down

0 comments on commit 84b5283

Please sign in to comment.