@@ -10,12 +10,12 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: 10
|
||||||
cache: true
|
cache: true
|
||||||
- name: Install node
|
- name: Install node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: latest
|
node-version: latest
|
||||||
cache: 'pnpm'
|
cache: "pnpm"
|
||||||
- run: pnpm prettier . --check
|
- run: pnpm prettier . --check
|
||||||
- run: pnpm eslint .
|
- run: pnpm eslint .
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"build": "rbxtsc",
|
"build": "rbxtsc",
|
||||||
"watch": "rbxtsc -w",
|
"watch": "rbxtsc -w",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
|
"prettier": "prettier",
|
||||||
"production": "darklua minify out out"
|
"production": "darklua minify out out"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user