This website works better with JavaScript.
Home
Explore
Help
Sign In
valere
/
virages
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
deploy: allow ts error on build
master
valere
3 months ago
parent
fe66965154
commit
1cca166a09
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+ 1
- 1
package.json
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "run-p
type-check
\"build-only {@}\" --",
"build": "run-p \"build-only {@}\" --
|| true
",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
Write
Preview
Loading…
Cancel
Save