Skip to content

Commit efa88c7

Browse files
committed
add manul deploy
1 parent 84b3cf3 commit efa88c7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ And how to setup Github Actions with deploy into Netlify.
230230
- Replace `yarn build:prerender` with `yarn build:release` if you don't want to prerender pages.
231231
1. _[Optional]_ Push your code and switch to tab `Actions` to check that everything works.
232232

233+
### Manual Deployment
234+
235+
1. Run `yarn build:realease`.
236+
1. Check if build works by running `yarn serve:dist` and view in a browser.
237+
1. Deploy the contents of the `dist` directory to a web server.
238+
233239
### Travis CI
234240

235241
<details>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
"@types/webpack-sources" "*"
140140
source-map "^0.6.0"
141141

142-
"@wasm-tool/wasm-pack-plugin@1.3.1":
143-
version "1.3.1"
144-
resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.3.1.tgz#eb8dbeeb3c0ce9af413347d3332485b9f5d4f103"
145-
integrity sha512-8AXgN80fbbLvuROYuNsBow/MiK+VeNCzZ3WyCxwZKMIyISd1WwompVG0pLMypXd4rYnttsRyXvQqW3vDdoXZRg==
142+
"@wasm-tool/wasm-pack-plugin@1.0.1":
143+
version "1.0.1"
144+
resolved "https://registry.yarnpkg.com/@wasm-tool/wasm-pack-plugin/-/wasm-pack-plugin-1.0.1.tgz#dd306b886ebbdfafb67fe3ba79d8efaddeee5cfc"
145+
integrity sha512-QPGoweQl6kgQMLMLboVMwUZiJ/OBoia0VaaWr6YoFGGx7tj7aG/+4HNK5Yu8RQGNFFdVnz2SWjRaGpALoZOhiQ==
146146
dependencies:
147147
chalk "^2.4.1"
148148
command-exists "^1.2.7"

0 commit comments

Comments
 (0)