We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11363dc commit 397a80aCopy full SHA for 397a80a
.changeset/young-gorillas-hope.md
@@ -0,0 +1,6 @@
1
+---
2
+"@alleyinteractive/create-block": patch
3
+"@alleyinteractive/create-entry": patch
4
5
+
6
+Improve the phpstan typings
package.json
@@ -11,6 +11,7 @@
11
"scripts": {
12
"prebuild": "check-node-version --package",
13
"build": "turbo run build --cache-dir=.turbo",
14
+ "changeset": "npx @changesets/cli",
15
"preinstall": "check-node-version --package",
16
"prelint": "check-node-version --package",
17
"lint": "turbo run lint --cache-dir=.turbo",
0 commit comments