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 b15ae93 commit b0e7b8eCopy full SHA for b0e7b8e
package.json
@@ -5,16 +5,16 @@
5
"license": "MIT",
6
"scripts": {
7
"dev": "astro dev",
8
- "prebuild": "pnpm exec tsx scripts/toggle-proxy.ts",
9
- "build": "pnpm run prebuild && astro build",
+ "prebuild": "npx tsx scripts/toggle-proxy.ts",
+ "build": "npm run prebuild && astro build",
10
"preview": "astro preview",
11
"astro": "astro",
12
"lint": "eslint .",
13
"lint:fix": "eslint . --fix",
14
"format": "prettier --write .",
15
"format:check": "prettier --check .",
16
- "new": "tsx scripts/new-post.ts",
17
- "update-theme": "tsx scripts/update-theme.ts"
+ "new": "npx tsx scripts/new-post.ts",
+ "update-theme": "npx tsx scripts/update-theme.ts"
18
},
19
"dependencies": {
20
"@astrojs/mdx": "^4.3.1",
0 commit comments