Skip to content

Commit 7b8a937

Browse files
committed
Update npm scripts
1 parent 1726882 commit 7b8a937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "modular-material-admin-react",
2+
"name": "modular-admin-react",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"start": "react-scripts start",
77
"build": "react-scripts build",
88
"test": "react-scripts test",
99
"eject": "react-scripts eject",
10-
"deploy": "npm run build-preview && npm run build-docs && gh-pages -d build --repo [email protected]:modularcode/modular-material-admin-react.git --branch gh-pages",
11-
"build-preview": "cross-env PUBLIC_PATH='/' npm run build && echo modular-material-admin-react.modularcode.io > ./build/CNAME",
10+
"deploy": "npm run build-preview && npm run build-docs && gh-pages -d build --repo [email protected]:modularcode/modular-admin-react.git --branch gh-pages",
11+
"build-preview": "cross-env PUBLIC_PATH='/' npm run build && echo modular-admin-react.modularcode.io > ./build/CNAME",
1212
"build-docs": "build-storybook --docs -s ./public -o build/docs",
1313
"build-storybook": "build-storybook",
1414
"storybook": "start-storybook -p 6060"
1515
},
16-
"homepage": "http://modular-material-admin-react.modularcode.io",
16+
"homepage": "http://modular-admin-react.modularcode.io",
1717
"dependencies": {
1818
"@material-ui/core": "4.9.11",
1919
"@material-ui/icons": "4.9.1",

0 commit comments

Comments
 (0)