Skip to content

Commit

Permalink
fix: Install deps as part of build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
evancharlton committed Dec 7, 2024
1 parent 20dc7a7 commit 9172617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ find wordlist/ordle \
-exec cp -Rv {} public/ \; \
|| exit $?

npm ci
npm run build || exit $?

echo "ordle-app.no" > dist/CNAME

0 comments on commit 9172617

Please sign in to comment.