mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
revert: run tsc for type checking on build
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"start": "vite",
|
||||
"build": "vite build",
|
||||
"build": "tsc && vite build",
|
||||
"test": "vitest",
|
||||
"cypress": "cypress run --headless --browser chrome",
|
||||
"cypress.open": "cypress open",
|
||||
|
||||
Reference in New Issue
Block a user