Skip to content

Commit c8c4e72

Browse files
committed
Merge branch 'main' of github.com:MrSwitch/hello.js
2 parents e2ffd69 + 2cc0c6f commit c8c4e72

6 files changed

Lines changed: 4 additions & 8744 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ src/*.html
66
src/**/*.html
77
tests/specs/bundle.js
88
.env.sh
9+
dist/

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ version=`node -e "console.log(require('./package.json').version)"`
66
# Year
77
year=$(date +'%Y')
88

9+
# Make dist directory if it doesn't exist
10+
mkdir -p dist
11+
912
# Set current working directory to src/
1013
cd src/
1114

0 commit comments

Comments
 (0)