File tree Expand file tree Collapse file tree 2 files changed +644
-93
lines changed Expand file tree Collapse file tree 2 files changed +644
-93
lines changed Original file line number Diff line number Diff line change 66 "dev" : " cross-env VITE_RUN_ENVIRONMENT=local-dev vite" ,
77 "dev:aws" : " cross-env VITE_RUN_ENVIRONMENT=dev vite" ,
88 "build" : " tsc && vite build" ,
9- "preview" : " vite preview " ,
9+ "preview" : " cross-env VITE_RUN_ENVIRONMENT=local-dev yarn build && cross-env VITE_RUN_ENVIRONMENT=local-dev serve -l 5173 -s ../../dist_ui/ " ,
1010 "typecheck" : " tsc --noEmit" ,
1111 "lint" : " eslint . --ext .ts,.tsx --cache" ,
1212 "prettier" : " prettier --check \" **/*.{ts,tsx}\" " ,
1717 "storybook" : " storybook dev -p 6006" ,
1818 "storybook:build" : " storybook build"
1919 },
20- "dependencies" : {
20+ "dependencies" : {
2121 "@azure/msal-browser" : " ^3.20.0" ,
2222 "@azure/msal-react" : " ^2.0.22" ,
2323 "@mantine/core" : " ^7.12.0" ,
7575 "postcss-simple-vars" : " ^7.0.1" ,
7676 "prettier" : " ^3.3.3" ,
7777 "prop-types" : " ^15.8.1" ,
78+ "serve" : " ^14.2.4" ,
7879 "storybook" : " ^8.2.8" ,
7980 "storybook-dark-mode" : " ^4.0.2" ,
8081 "stylelint" : " ^16.8.1" ,
You can’t perform that action at this time.
0 commit comments