Skip to content

Commit

Permalink
fix: set asset build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Feb 9, 2024
1 parent e4600d6 commit 744dde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"prettier": "prettier --ignore-unknown \"./components/**/*.{js,yml,scss,md}\"",
"prettier-fix": "prettier --write --ignore-unknown \"./components**/*.{js,yml,scss,md}\"",
"semantic-release": "semantic-release",
"storybook": "storybook dev --ci -s ../dist,../assets/images,../assets/icons,../assets/videos -p 6006",
"storybook-build": "storybook build -s ../dist,../assets/images,../assets/icons,../assets/videos -o .out",
"storybook": "storybook dev --ci -s ./dist,./assets/images,./assets/icons -p 6006",
"storybook-build": "storybook build -s ./dist,./assets/images,./assets/icons -o .out",
"storybook-deploy": "storybook-to-ghpages -o .out",
"test": "jest --coverage",
"twatch": "jest --no-coverage --watch --verbose",
Expand Down

0 comments on commit 744dde5

Please sign in to comment.