1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00

Deploy manually

This commit is contained in:
Phuoc Nguyen
2019-11-23 13:11:59 +07:00
parent f1b7a2bc59
commit 3c5a0694e9
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.netlify
dist
node_modules

View File

@@ -7,7 +7,8 @@
"prebuild": "rm -rf dist/* && npm run copy",
"build": "webpack --mode production",
"export": "react-snap",
"postbuild": "npm run export"
"postbuild": "npm run export",
"deploy": "netlify deploy --dir=dist --prod"
},
"dependencies": {
"@loadable/component": "^5.10.3",