File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff 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.
2312311 . _ [ 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments