We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3c4a5 commit 0f94142Copy full SHA for 0f94142
example/IonicCapOneSignal/package.json
@@ -6,6 +6,8 @@
6
"scripts": {
7
"dev": "vite",
8
"build": "bun run build --prefix=../.. && tsc && vite build",
9
+ "lint": "oxlint src",
10
+ "lint:fix": "oxlint src --fix",
11
"preview": "vite preview",
12
"test.unit": "vitest"
13
},
0 commit comments