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 929767b commit 316694dCopy full SHA for 316694d
Procfile
@@ -0,0 +1 @@
1
+web: yarn run greet
package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "node index.js",
8
- "test": "echo '🦄'"
+ "test": "echo '🦄'",
9
+ "greet": "echo '👋 Howdy'"
10
},
11
"repository": "git+https://github.com/ember-learn/algolia-index-update-scripts.git",
12
"author": "Ember Learning team & Contributors",
0 commit comments