Skip to content

Commit 9f86df5

Browse files
committed
Update package.json and yarn.lock for project structure and dependency upgrades
- Changed project directory references in package.json from 'website' to 'cnwebsite' for improved organization. - Updated various dependencies in yarn.lock to their latest versions, enhancing performance and security. - Ensured consistency in dependency versions across the project to avoid potential conflicts.
1 parent a5de1dc commit 9f86df5

File tree

2 files changed

+1819
-1778
lines changed

2 files changed

+1819
-1778
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"plugins/*"
1212
],
1313
"scripts": {
14-
"docusaurus": "yarn --cwd website docusaurus",
15-
"start": "yarn --cwd website start",
16-
"build": "yarn --cwd website build",
17-
"build:fast": "yarn --cwd website build:fast",
18-
"serve": "yarn --cwd website serve",
14+
"docusaurus": "yarn --cwd cnwebsite docusaurus",
15+
"start": "yarn --cwd cnwebsite start",
16+
"build": "yarn --cwd cnwebsite build",
17+
"build:fast": "yarn --cwd cnwebsite build:fast",
18+
"serve": "yarn --cwd cnwebsite serve",
1919
"prepare": "husky",
2020
"lint": "eslint .",
2121
"lint:packages": "eslint ./packages",
2222
"lint:plugins": "eslint ./plugins",
23-
"lint:website": "eslint ./website",
23+
"lint:website": "eslint ./cnwebsite",
2424
"update-lock": "yarn dedupe",
2525
"check-dependencies": "manypkg check"
2626
},

0 commit comments

Comments
 (0)