Skip to content

Commit b0e7b8e

Browse files
committed
DDC
1 parent b15ae93 commit b0e7b8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"license": "MIT",
66
"scripts": {
77
"dev": "astro dev",
8-
"prebuild": "pnpm exec tsx scripts/toggle-proxy.ts",
9-
"build": "pnpm run prebuild && astro build",
8+
"prebuild": "npx tsx scripts/toggle-proxy.ts",
9+
"build": "npm run prebuild && astro build",
1010
"preview": "astro preview",
1111
"astro": "astro",
1212
"lint": "eslint .",
1313
"lint:fix": "eslint . --fix",
1414
"format": "prettier --write .",
1515
"format:check": "prettier --check .",
16-
"new": "tsx scripts/new-post.ts",
17-
"update-theme": "tsx scripts/update-theme.ts"
16+
"new": "npx tsx scripts/new-post.ts",
17+
"update-theme": "npx tsx scripts/update-theme.ts"
1818
},
1919
"dependencies": {
2020
"@astrojs/mdx": "^4.3.1",

0 commit comments

Comments
 (0)