We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49724c commit 94dc3d1Copy full SHA for 94dc3d1
package.json
@@ -10,7 +10,6 @@
10
"check": "npm run check:astro && npm run check:worker",
11
"check:astro": "npx astro check",
12
"check:worker": "npx tsc --noEmit -p ./worker/tsconfig.json",
13
- "predev": "npx tsx scripts/fetch-skills.ts",
14
"dev": "npx astro dev",
15
"format": "npm run format:core:fix && npm run format:data",
16
"format:core": "npx prettier \"**/*.{js,jsx,ts,tsx,mjs,css}\"",
0 commit comments