Skip to content

Commit

Permalink
removed NO_PWA variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hridniev committed Jun 6, 2024
1 parent 141798e commit 6e983e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function addStorybookCommands() {
const storybookCommands = {
"sb:dev-full": "STORYBOOK_FULL=1 storybook dev -p 6006 --no-open",
"sb:dev": "storybook dev -p 6006 --docs --no-open",
"sb:build": "NO_PWA=1 storybook build --docs",
"sb:build": "storybook build --docs",
"sb:preview": "vite preview --host --outDir=storybook-static",
};

Expand Down

0 comments on commit 6e983e5

Please sign in to comment.