Skip to content

Commit

Permalink
put community.json in public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kevtechi committed Jun 27, 2024
1 parent f582919 commit 332f3b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
NEW_VERSION="${{ steps.bump-semver.outputs.new_version }}"
sed -i "s/export const VERSION = \".*\";/export const VERSION = \"$NEW_VERSION\";/" src/constants/version.ts
- name: Remove community.json
run: |
rm public/community.json
- name: Compile
run: npm run build

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dev": "next dev",
"local": "next dev -H 0.0.0.0",
"build": "next build",
"postbuild": "cp community.json .next/",
"start": "next start",
"lint": "next lint",
"test": "jest",
Expand Down
File renamed without changes.

0 comments on commit 332f3b4

Please sign in to comment.