Skip to content

Commit 2030cf1

Browse files
authored
infra: run generate scripts first (#1933)
1 parent 7e19224 commit 2030cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"docs:test:e2e:open": "run-p --race docs:serve \"cypress open\"",
8181
"release": "standard-version",
8282
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build",
83-
"preflight": "pnpm install && run-s format lint build generate:* test:update-snapshots"
83+
"preflight": "pnpm install && run-s generate:* format lint build test:update-snapshots"
8484
},
8585
"devDependencies": {
8686
"@actions/github": "~5.1.1",

0 commit comments

Comments
 (0)