mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(elements): move check to build
This commit is contained in:
parent
18c8fdf015
commit
175d4274de
1 changed files with 1 additions and 2 deletions
|
@ -28,14 +28,13 @@
|
|||
},
|
||||
"scripts": {
|
||||
"precommit": "lint-staged",
|
||||
"build": "lit-localize build && tsup",
|
||||
"build": "pnpm check && lit-localize build && tsup",
|
||||
"start": "web-dev-server",
|
||||
"dev": "lit-localize build && tsup --watch --no-splitting",
|
||||
"lint": "eslint --ext .ts src",
|
||||
"lint:report": "pnpm lint --format json --output-file report.json",
|
||||
"test": "echo \"No tests yet.\"",
|
||||
"test:ci": "pnpm run test --silent --coverage",
|
||||
"prepublishOnly": "pnpm check",
|
||||
"prepack": "pnpm build",
|
||||
"localize": "lit-localize",
|
||||
"check": "lit-localize extract && git add . -N && git diff --exit-code"
|
||||
|
|
Loading…
Reference in a new issue