Skip to content

Commit

Permalink
fix: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Oct 7, 2024
1 parent f4cab49 commit 966fc22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
node-version: 20

- name: (Setup) Assets Build Environment
run: |
cd assets && npm install && npm run build
mkdir D:/a/env/ext/data/assets/.millennium
mv D:\a\Millennium\Millennium\assets\.millennium D:/a/env/ext/data/assets/.millennium
run: cd assets && npm install && npm run dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -146,7 +143,7 @@ jobs:
node-version: 20

- name: (Setup) Assets Build Environment
run: cd assets && npm install && npm run build
run: cd assets && npm install && npm run dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"build": "millennium-ttc --build dev",
"prod": "millennium-ttc --build prod",
"dev": "millennium-ttc --build dev",
"build": "millennium-ttc --build prod",
"create-env": "python -m venv .venv",
"prepare": "husky"
},
Expand Down

0 comments on commit 966fc22

Please sign in to comment.