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 4363c42 commit 4ebf8aeCopy full SHA for 4ebf8ae
1 file changed
react-fluent-ui/package.json
@@ -13,10 +13,11 @@
13
"license": "MIT",
14
"author": "Ghislain B.",
15
"scripts": {
16
- "react-fluent:dev": "vite",
17
- "react-fluent:preview": "vite preview",
18
- "build": "pnpm type-check && vite build",
19
- "type-check": "tsc --noEmit"
+ "dev": "vite",
+ "prebuild": "npm run lint",
+ "build": "tsc && vite build",
+ "preview": "vite preview",
20
+ "lint": "eslint . --no-cache"
21
},
22
"dependencies": {
23
"@fluentui/react-components": "^9.73.4",
0 commit comments