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

Merge pull request #39 from phuoc-ng/deploy

Deploy manually
This commit is contained in:
phuoc-ng
2019-11-23 13:12:39 +07:00
committed by GitHub
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",