Skip to content

Commit 4ebf8ae

Browse files
committed
chore: use default npm scripts for Stackblitz to work
1 parent 4363c42 commit 4ebf8ae

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

react-fluent-ui/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
"license": "MIT",
1414
"author": "Ghislain B.",
1515
"scripts": {
16-
"react-fluent:dev": "vite",
17-
"react-fluent:preview": "vite preview",
18-
"build": "pnpm type-check && vite build",
19-
"type-check": "tsc --noEmit"
16+
"dev": "vite",
17+
"prebuild": "npm run lint",
18+
"build": "tsc && vite build",
19+
"preview": "vite preview",
20+
"lint": "eslint . --no-cache"
2021
},
2122
"dependencies": {
2223
"@fluentui/react-components": "^9.73.4",

0 commit comments

Comments
 (0)