add js file

This commit is contained in:
“ibrahim0814” 2019-08-06 11:50:22 -07:00
parent 37062e0127
commit 8b22c3537a
No known key found for this signature in database
GPG key ID: DBBD7CB06738E2BF
3 changed files with 3 additions and 4 deletions

View file

@ -19,4 +19,5 @@ branding:
icon: 'umbrella'
runs:
using: 'node12'
main: 'entrypoint.sh'
main: 'main.js'
#plugin: 'checkout'

View file

@ -1,3 +0,0 @@
#!/bin/sh
echo "Hello World"

1
main.js Normal file
View file

@ -0,0 +1 @@
console.log('Hello World')