Skip to content

Commit 30749c7

Browse files
committed
feat: remove current codesandbox website
1 parent 60a8a85 commit 30749c7

File tree

11 files changed

+2
-692
lines changed

11 files changed

+2
-692
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
"start": "parcel website/index.html",
77
"prebuild": "yarn run lint && yarn run clean",
88
"build": "rollup -c",
9-
"buildOnly": "rollup -c",
10-
"build:storybook": "yarn run clean:storybook && build-storybook -o build/storybook",
11-
"build:website": "yarn run clean:website && parcel build website/index.html -d build --public-url /react-sortable-tree/",
9+
"build:storybook": "build-storybook -o build",
1210
"clean": "rimraf dist",
13-
"clean:storybook": "rimraf build/storybook",
14-
"clean:website": "rimraf build",
11+
"clean:storybook": "rimraf build",
1512
"lint": "eslint src website",
1613
"prettier": "prettier --write \"{src,example/src,stories}/**/*.{js,css,md}\"",
1714
"prepublishOnly": "yarn run test && yarn run build",

website/favicon.ico

-14.7 KB
Binary file not shown.

website/index.css

-56
This file was deleted.

website/index.html

-12
This file was deleted.

website/index.js

-47
This file was deleted.

website/sandbox/App.js

-161
This file was deleted.

website/sandbox/index.js

-10
This file was deleted.

website/sandbox/package.json

-9
This file was deleted.

website/sandbox/styles.css

-32
This file was deleted.

0 commit comments

Comments
 (0)