Skip to content

Commit 4072b93

Browse files
committed
build(deployment): Fixed deploy script
1 parent 96e2dcd commit 4072b93

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@
99
"cz": "cz",
1010
"release": "dev-utils release",
1111
"sandbox": "dev-utils sandbox",
12+
"sassdoc": "dev-utils sassdoc",
1213
"start": "yarn workspace documentation start-dev",
1314
"dev": "npm-run-all -p watch start",
1415
"setup": "npm-run-all build-dev-utils force-install build \"sandbox --empty\"",
1516
"force-install": "yarn --force",
1617
"styles": "dev-utils styles",
1718
"variables": "dev-utils variables",
19+
"run-indexer": "dev-utils-doc-index",
20+
"prebuild-docs": "npm-run-all sandbox sassdoc run-indexer",
1821
"build-docs": "yarn workspace documentation build",
22+
"build-website": "npm-run-all prebuild-docs build-docs",
1923
"build-dev-utils": "yarn workspace @react-md/dev-utils build",
2024
"build-ejs": "tsc -b tsconfig.ejs.json",
2125
"build-cjs": "tsc -b tsconfig.cjs.json",

packages/documentation/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "The documentation site for react-md",
55
"private": true,
66
"scripts": {
7-
"prebuild": "npm-run-all sandbox sassdoc run-indexer update-env",
8-
"sandbox": "dev-utils sandbox",
9-
"sassdoc": "dev-utils sassdoc",
7+
"prebuild": "npm-run-all run-indexer update-env",
108
"run-indexer": "dev-utils doc-index",
119
"update-env": "node updateProdEnv.js",
1210
"dev": "cross-env NEXT_TELEMETRY_DISABLED=1 next dev",

0 commit comments

Comments
 (0)