Skip to content

Commit

Permalink
updating website deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Apr 24, 2024
1 parent b8aab63 commit 4d8ac70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install

- name: Build Website
run: pnpm website:build
run: pnpm build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@1
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -13,7 +13,6 @@
"build": "pnpm recursive run build",
"test": " pnpm build && pnpm recursive run test",
"test:ci": "c8 --reporter=lcov pnpm recursive run test:ci",
"website:build": "pnpm run build --filter @cacheable/website",
"clean": "rimraf node_modules yarn.lock pnpm-lock.yaml && pnpm run clean --recursive"
},
"dependencies": {
Expand Down

0 comments on commit 4d8ac70

Please sign in to comment.