Skip to content

Commit 9d98972

Browse files
committed
chore: update to pnpm@9
1 parent e8bb3a2 commit 9d98972

File tree

2 files changed

+7960
-4867
lines changed

2 files changed

+7960
-4867
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
6+
"packageManager": "[email protected]",
67
"scripts": {
7-
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev src",
8+
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev src",
9+
"start": "pnpm dev",
10+
"build:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build src --dest dist",
811
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build src --dest dist",
9-
"connect": "./scripts/connect.sh",
10-
"certificate": "./scripts/certificate.sh",
11-
"upload": "pnpm build && ./scripts/upload.sh"
12+
"postbuild": "mv ./dist/* /var/www/html/"
1213
},
1314
"engines": {
1415
"node": ">=18.0.0"

0 commit comments

Comments
 (0)