Skip to content

Commit 5b1adc9

Browse files
committed
Revert "chore: Include dev pages code as part of build artifacts"
This reverts commit 7f569f8.
1 parent 80f8767 commit 5b1adc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"homepage": "https://cloudscape.design",
99
"scripts": {
10-
"prebuild": "rm -rf lib dist .cache && mkdir lib",
10+
"prebuild": "rm -rf lib dist .cache",
1111
"build": "npm-run-all build:pkg --parallel build:src:* --parallel build:pages:* build:themeable",
1212
"lint": "npm-run-all --parallel lint:*",
1313
"lint:eslint": "eslint --ignore-path .gitignore --ext ts,tsx,js .",
@@ -35,8 +35,7 @@
3535
"build:src:environment": "node scripts/environment",
3636
"build:themeable": "node scripts/themeable-source",
3737
"build:pages:vite": "vite build",
38-
"build:pages:tsc": "tsc -p pages/tsconfig.json",
39-
"build:pages:src": "mkdir lib/dev-pages && mkdir lib/dev-pages/internal && cp package-lock.json lib/dev-pages/internal && cp -r pages lib/dev-pages"
38+
"build:pages:tsc": "tsc -p pages/tsconfig.json"
4039
},
4140
"exports": {
4241
".": "./index.js",

0 commit comments

Comments
 (0)