mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-26 11:31:43 +00:00
chore: move package json to root (#813)
* chore: move package json to root folder * chore: also lint prettier codestyle * chore: configure ModManUi files to use lf eof * chore: update npm versions * chore: update README of ModMan * chore: adjust ci to use package json of root folder
This commit is contained in:
@@ -67,9 +67,9 @@ jobs:
|
||||
- name: Build UI
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
npm --prefix src/ModManUi install
|
||||
npm --prefix src/ModManUi run lint
|
||||
npm --prefix src/ModManUi run build
|
||||
npm install
|
||||
npm run lint
|
||||
npm run build
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{ github.workspace }}
|
||||
@@ -126,9 +126,9 @@ jobs:
|
||||
- name: Build UI
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
npm --prefix src/ModManUi install
|
||||
npm --prefix src/ModManUi run lint
|
||||
npm --prefix src/ModManUi run build
|
||||
npm install
|
||||
npm run lint
|
||||
npm run build
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{ github.workspace }}
|
||||
|
||||
Reference in New Issue
Block a user