chore: add type check & check project state instructions to package sโฆ #51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy - Dev | |
| on: | |
| push: | |
| branches: ['dev'] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: ๐ netlify์๊ฒ ํ ์คํ์ต๋๋ค. ๋์ค์ prod ๋ฐฐํฌํ ๋ ์ฐธ๊ณ ํ ๊ฑฐ์์ | |
| uses: actions/checkout@v4 | |
| # - name: โจ๏ธ ์์ค์ฝ๋ ํ์ธ์ค! | |
| # uses: actions/checkout@v4 | |
| # - name: โจ๏ธ Node.js ์ค์น์ค! | |
| # uses: actions/setup-node@v3 | |
| # with: | |
| # node-version: 20.x | |
| # - name: ๐ฆ ํจํค์ง ์ค์น์ค! | |
| # run: npm install | |
| # - name: ๐ฆ ํ๊ฒฝ๋ณ์ ์ค์ ์ค! | |
| # run: | | |
| # touch .env | |
| # echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env | |
| # echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env | |
| # - name: ๐ฆ ๋น๋์ค! | |
| # run: npm run build | |
| # - name: ๐ ๋ฐฐํฌ์ค! | |
| # uses: peaceiris/actions-gh-pages@v3 | |
| # with: | |
| # github_token: ${{ secrets.GH_ACTIONS_TOKEN }} | |
| # publish_dir: ./dist |