rf-web/package.json

15 lines
464 B
JSON
Raw Normal View History

2019-10-21 08:18:17 +00:00
{
"name": "rf-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "bundle exec jekyll serve",
"build": "JEKYLL_ENV=production jekyll build",
"deploy-dev": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/dev.reclaimfutures.org",
2020-09-05 14:12:50 +00:00
"deploy-prod": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/reclaimfutures.org"
2019-10-21 08:18:17 +00:00
},
"author": "",
"license": "ISC"
}