Clean up CI and CD scripts

This commit is contained in:
Keavon Chambers
2021-04-10 21:16:08 -07:00
parent 1ecff2e04e
commit 40b1a645bd
3 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ npm run serve
After editing some Rust and TypeScript code, you may need to manually restart the developments server because this is not properly watching all files right now. (Please submit a PR to help fix this!)
You can also use `npm run build` and the static files will end up in `/client/web/dist` as well as `npm run lint`.
You can also use `npm run lint` as well as `npm run build` (the static files will end up in `/client/web/dist`).
### CLI client