mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-07 06:37:01 +02:00
Deploy manually
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
|
.netlify
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
@@ -7,7 +7,8 @@
|
|||||||
"prebuild": "rm -rf dist/* && npm run copy",
|
"prebuild": "rm -rf dist/* && npm run copy",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"export": "react-snap",
|
"export": "react-snap",
|
||||||
"postbuild": "npm run export"
|
"postbuild": "npm run export",
|
||||||
|
"deploy": "netlify deploy --dir=dist --prod"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@loadable/component": "^5.10.3",
|
"@loadable/component": "^5.10.3",
|
||||||
|
Reference in New Issue
Block a user