Skip to content

Commit

Permalink
feat: rework build
Browse files Browse the repository at this point in the history
  • Loading branch information
cliedeman committed Aug 27, 2024
1 parent 495d9cf commit edda4ed
Show file tree
Hide file tree
Showing 31 changed files with 769 additions and 284 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/formik-mui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: build
run: |
npm ci
ls node_modules
ls ../../node_modules
npm run typecheck
npm run lint
npm run test
Expand Down
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type { import('@storybook/react-vite').StorybookConfig } */
const config = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx)"],
staticDirs: ["../public"],
addons: [
"@storybook/addon-links",
Expand Down
Loading

0 comments on commit edda4ed

Please sign in to comment.