Skip to content

Commit 316694d

Browse files
Add a procfile
1 parent 929767b commit 316694d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: yarn run greet

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js",
8-
"test": "echo '🦄'"
8+
"test": "echo '🦄'",
9+
"greet": "echo '👋 Howdy'"
910
},
1011
"repository": "git+https://github.com/ember-learn/algolia-index-update-scripts.git",
1112
"author": "Ember Learning team & Contributors",

0 commit comments

Comments
 (0)