Skip to content

Commit

Permalink
cleanup build
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseWillden committed Oct 29, 2024
1 parent dfa1a40 commit 305d527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: School Sifter CI/CD
name: Demo Release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && rm -rf ./.next/cache",
"start": "next start",
"lint": "next lint",
"test": "vitest",
Expand Down

0 comments on commit 305d527

Please sign in to comment.