Skip to content

Commit

Permalink
chore: remove prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Jun 22, 2024
1 parent 8d0ea99 commit 0d9cb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: ./build
publish-dir: ./dist
production-branch: main
deploy-message: Deploy from GitHub Actions
enable-pull-request-comment: true
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"test:ui": "vitest --ui",
"lint": "eslint src --max-warnings=0",
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky install",
"prebuild": "npm run test"
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down

0 comments on commit 0d9cb03

Please sign in to comment.