Skip to content

Commit

Permalink
Switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
size43-gamemakerserver committed Sep 3, 2024
1 parent d3116fd commit bb3f419
Show file tree
Hide file tree
Showing 5 changed files with 13,897 additions and 7,144 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '19'
cache: 'yarn'
cache: 'npm'

- name: Install dependencies
run: yarn install
run: npm install

- name: Build
run: yarn build
run: npm run build

- name: Publish
uses: cloudflare/pages-action@v1
Expand Down
Loading

0 comments on commit bb3f419

Please sign in to comment.