Skip to content

Commit

Permalink
Better command
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 15, 2024
1 parent ae7aae7 commit 3b202a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"build": "tsc",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"postinstall": "npm run build --noCheck"
"postinstall": "tsc --noCheck"
},
"dependencies": {
"@apollo/composition": "2.9.3",
Expand Down Expand Up @@ -81,4 +81,4 @@
"typescript": "5.6.3",
"wgc": "0.70.1"
}
}
}

0 comments on commit 3b202a9

Please sign in to comment.