Skip to content

Commit fdec906

Browse files
committed
feat: implement a procfile for Heroku
1 parent bd251dd commit fdec906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
web: npm start
2-
release: npm install && cd vue && npm install && npm run build
2+
release: npm install && cd vue && npm install --include=dev && npm run build

vue/src/components/Topbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</div>
4545
<div style="margin-top: 42px"></div>
4646
<div class="button-set">
47-
<button id="goto-signin-button" @click="signIn">Sign In</button>
47+
<button id="goto-signin-btn" @click="signIn">Sign In</button>
4848
</div>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)