Skip to content

Commit

Permalink
removing deprecated -s command options
Browse files Browse the repository at this point in the history
  • Loading branch information
sabirveli committed Dec 21, 2023
1 parent 4c22920 commit 44f1476
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 90 deletions.
Empty file removed build/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "npm-run-all dev:hmr",
"dev:hmr": "concurrently \"storybook dev -p 9009 -s public\" \"node scripts/watcher/index.js\"",
"build": "storybook build --docs -s public -o build",
"dev:hmr": "concurrently \"storybook dev -p 9009\" \"node scripts/watcher/index.js\"",
"build": "storybook build --docs -o build",
"populate": "grunt dist",
"build:dist": "npm-run-all -s build -s populate",
"deploy:dist": "grunt deploy:dist",
Expand Down
88 changes: 0 additions & 88 deletions public/index.html

This file was deleted.

28 changes: 28 additions & 0 deletions public/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="./favicon.png">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `yarn build`.
-->
<title>Storybook | KWS3 Media</title>
</head>
<body>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `yarn storybook`.
To create a production bundle, use `yarn build`.
-->
</body>
</html>

0 comments on commit 44f1476

Please sign in to comment.