Skip to content

Commit fdd32b0

Browse files
committed
Update build script
1 parent f6f682b commit fdd32b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- ".github/workflows/deploy-pages.yml"
88
- "www/**"
99
- "discord-css/**"
10+
- "package.json"
11+
- "package-lock.json"
1012
workflow_dispatch:
1113

1214
permissions:

www/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
echo "Installing dependencies from npm..."
24
npm i
35

0 commit comments

Comments
 (0)