mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2026-03-24 14:37:56 +00:00
fix: improve npm scripts and fix localhost detection
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -15,10 +15,7 @@ jobs:
|
||||
- name: Install and Build
|
||||
run: |
|
||||
npm ci
|
||||
npx tsc
|
||||
mkdir dist
|
||||
mv *.js dist/
|
||||
mv *.html dist/
|
||||
npm run build
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
||||
Reference in New Issue
Block a user