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