Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Feb 5, 2024
1 parent e8b0f1c commit 2c4e713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Setup
run: |
npm ci
npm i
- name: Build
run: |
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "ts-node-esm ./build/index.ts",
"build": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./build/index.ts",
"preview": "astro preview",
"astro": "astro",
"pages:dev": "wrangler pages dev --compatibility-date=2024-01-29 -- astro dev",
"pages:deploy": "astro build && wrangler pages deploy ./dist"
},
Expand Down

0 comments on commit 2c4e713

Please sign in to comment.