Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsisodiya committed Sep 2, 2024
1 parent 7130155 commit dfeadda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} npm run build
run: ${{ steps.detect-package-manager.outputs.runner }} nx build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prebuild": "nx build",
"start": "nx serve",
"build": "gh-pages -d build",
"build": "nx build",
"test": "nx test"
},
"homepage": "https://nsisodiya.github.io/word-learner-for-kids",
Expand Down

0 comments on commit dfeadda

Please sign in to comment.