Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7b651 commit 2190491Copy full SHA for 2190491
Makefile
@@ -74,7 +74,7 @@ provisionersdk/proto: provisionersdk/proto/provisioner.proto
74
.PHONY: provisionersdk/proto
75
76
site/out:
77
- cd site && yarn install
+ cd site && yarn install
78
cd site && yarn build
79
cd site && yarn export
80
.PHONY: site/out
develop.sh
@@ -21,6 +21,9 @@ function create_initial_user() {
21
http://localhost:3000/api/v2/user
22
}
23
24
+# Run yarn install, to make sure node_modules are ready to go
25
+yarn --cwd=./site install
26
+
27
# Do initial build - a dev build for coderd.
28
# It's OK that we don't build the front-end before - because the front-end
29
# assets are handled by the `yarn dev` devserver.
0 commit comments