move scripts to root for deployment

This commit is contained in:
itsMapleLeaf
2022-07-07 12:20:00 -05:00
parent a1fc0287fc
commit 6eb36b44f3
3 changed files with 9 additions and 7 deletions

View File

@@ -4,7 +4,9 @@
"lint": "eslint --ext js,ts,tsx .", "lint": "eslint --ext js,ts,tsx .",
"lint-fix": "pnpm lint -- --fix", "lint-fix": "pnpm lint -- --fix",
"format": "prettier --write .", "format": "prettier --write .",
"release": "pnpm release -C packages/reacord" "release": "pnpm -C packages/reacord run release",
"build": "pnpm -C packages/website run build",
"start": "pnpm -C packages/website run start"
}, },
"devDependencies": { "devDependencies": {
"@itsmapleleaf/configs": "^1.1.3", "@itsmapleleaf/configs": "^1.1.3",
@@ -12,7 +14,8 @@
"@types/eslint": "^8.4.1", "@types/eslint": "^8.4.1",
"eslint": "^8.14.0", "eslint": "^8.14.0",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"typescript": "^4.6.3" "typescript": "^4.6.3",
"node": "^16"
}, },
"resolutions": { "resolutions": {
"esbuild": "latest" "esbuild": "latest"

View File

@@ -21,7 +21,6 @@
"clsx": "^1.1.1", "clsx": "^1.1.1",
"fast-glob": "^3.2.11", "fast-glob": "^3.2.11",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"node": "^16",
"reacord": "workspace:*", "reacord": "workspace:*",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",

8
pnpm-lock.yaml generated
View File

@@ -11,6 +11,7 @@ importers:
'@rushstack/eslint-patch': ^1.1.3 '@rushstack/eslint-patch': ^1.1.3
'@types/eslint': ^8.4.1 '@types/eslint': ^8.4.1
eslint: ^8.14.0 eslint: ^8.14.0
node: ^16
prettier: ^2.6.2 prettier: ^2.6.2
typescript: ^4.6.3 typescript: ^4.6.3
devDependencies: devDependencies:
@@ -18,6 +19,7 @@ importers:
'@rushstack/eslint-patch': 1.1.3 '@rushstack/eslint-patch': 1.1.3
'@types/eslint': 8.4.1 '@types/eslint': 8.4.1
eslint: 8.14.0 eslint: 8.14.0
node: 16.15.1
prettier: 2.6.2 prettier: 2.6.2
typescript: 4.6.3 typescript: 4.6.3
@@ -97,7 +99,6 @@ importers:
execa: ^6.1.0 execa: ^6.1.0
fast-glob: ^3.2.11 fast-glob: ^3.2.11
gray-matter: ^4.0.3 gray-matter: ^4.0.3
node: ^16
postcss: ^8.4.12 postcss: ^8.4.12
reacord: workspace:* reacord: workspace:*
react: ^18.0.0 react: ^18.0.0
@@ -121,7 +122,6 @@ importers:
clsx: 1.1.1 clsx: 1.1.1
fast-glob: 3.2.11 fast-glob: 3.2.11
gray-matter: 4.0.3 gray-matter: 4.0.3
node: 16.15.1
reacord: link:../reacord reacord: link:../reacord
react: 18.0.0 react: 18.0.0
react-dom: 18.0.0_react@18.0.0 react-dom: 18.0.0_react@18.0.0
@@ -7035,7 +7035,7 @@ packages:
/node-bin-setup/1.1.0: /node-bin-setup/1.1.0:
resolution: {integrity: sha512-pTeU6NgUrexiLNtd+AKwvg6cngHMvj5FZ5e2bbv2ogBSIc9yhkXSSaTScfSRZnwHIh5YFmYSYlemLWkiKD7rog==} resolution: {integrity: sha512-pTeU6NgUrexiLNtd+AKwvg6cngHMvj5FZ5e2bbv2ogBSIc9yhkXSSaTScfSRZnwHIh5YFmYSYlemLWkiKD7rog==}
dev: false dev: true
/node-dir/0.1.17: /node-dir/0.1.17:
resolution: {integrity: sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=} resolution: {integrity: sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=}
@@ -7070,7 +7070,7 @@ packages:
requiresBuild: true requiresBuild: true
dependencies: dependencies:
node-bin-setup: 1.1.0 node-bin-setup: 1.1.0
dev: false dev: true
/nodemon/2.0.15: /nodemon/2.0.15:
resolution: {integrity: sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==} resolution: {integrity: sha512-gdHMNx47Gw7b3kWxJV64NI+Q5nfl0y5DgDbiVtShiwa7Z0IZ07Ll4RLFo6AjrhzMtoEZn5PDE3/c2AbVsiCkpA==}