-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "hydra-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preview": "http-server dist/",
"update": "git submodule foreach git pull origin main && npm run update-dev",
"update-dev": "cd hydra-dev && git pull origin dev && cd ../",
"build": "cp -a deploy/. dist/ && cp -r hydra-garden/dist/ dist/garden && cp -r hydra-functions/docs/ dist/api && cp -r hydra-functions/docs/ dist/functions && cp -r hydra-docs/ dist/docs-old && cp -r hydra-docs-v2/public/ dist/docs && cp -r hydra-grants/public dist/grants && cp -a hydra/dist/. dist/ && cp -a hydra-dev/dist dist/dev",
"publish": "git subtree push --prefix=dist origin gh-pages",
"deploy-all": "npm run update && npm run build && git add . && git commit -am 'updated build' && npm run publish",
"build-docs-v2": "cd hydra-docs-v2 && hugo --baseURL https://hydra.ojack.xyz/docs && cd ../"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydra-synth/hydra-synth.github.io.git"
},
"author": "ojack",
"license": "ISC",
"bugs": {
"url": "https://github.com/hydra-synth/hydra-synth.github.io/issues"
},
"homepage": "https://github.com/hydra-synth/hydra-synth.github.io#readme"
}