Skip to content

Commit dce14e2

Browse files
committed
Attempt to publish
1 parent 58e94aa commit dce14e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: '22'
32-
cache: 'npm'
3332

3433
- name: Verify Node installation
3534
run: |
3635
which node
3736
which npm
3837
node --version
3938
npm --version
39+
4040
- name: Install Wrangler
4141
run: npm install -g wrangler
4242

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
node_modules
22
.DS_Store
33

4+
./build
5+
46
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
57

68
# dependencies

0 commit comments

Comments
 (0)