We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fa41b commit 6ae0d21Copy full SHA for 6ae0d21
package.json
@@ -20,7 +20,9 @@
20
"perfTest": "cd perfTest && node ./run.js",
21
"preversion": "grep '^### Pending' RELEASE_NOTES.md && echo \"⚠️ Cannot publish with 'Pending' in RELEASE_NOTES ⚠️\" && exit 1 || true",
22
"version": "node scripts/postversion.mjs && git add src/version.ts",
23
- "website": "cd website && yarn start"
+ "website": "cd website && yarn run",
24
+ "website:start": "yarn website start",
25
+ "website:deploy": "yarn website deploy"
26
},
27
"bin": {
28
"graphile-worker": "./dist/cli.js"
0 commit comments