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 bd251dd commit fdec906Copy full SHA for fdec906
Procfile
@@ -1,2 +1,2 @@
1
web: npm start
2
-release: npm install && cd vue && npm install && npm run build
+release: npm install && cd vue && npm install --include=dev && npm run build
vue/src/components/Topbar.vue
@@ -44,7 +44,7 @@
44
</div>
45
<div style="margin-top: 42px"></div>
46
<div class="button-set">
47
- <button id="goto-signin-button" @click="signIn">Sign In</button>
+ <button id="goto-signin-btn" @click="signIn">Sign In</button>
48
49
50
0 commit comments