Skip to content

Commit

Permalink
add gazzodown preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 13, 2024
1 parent 98b6a20 commit da5c9a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"build-storybook": "build-storybook",
"build-preview": "build-storybook --quiet",
".:build-preview-move": "mkdir -p ../../.preview && cp -r ./storybook-static/* ../../.preview/gazzodown",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
Expand Down

0 comments on commit da5c9a3

Please sign in to comment.