Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Readme.md #31

Open
Parth123Ahuja opened this issue Jul 28, 2024 · 1 comment
Open

Typo in Readme.md #31

Parth123Ahuja opened this issue Jul 28, 2024 · 1 comment

Comments

@Parth123Ahuja
Copy link

The readme.md file contains :-
image

But in package.json we have

"scripts": {
"dev": "histoire dev --port 6006",
"watch": "vite build --watch",
"build": "vite build && npm run build:css",
"build:css": "sass src/assets/scss/themes.scss dist/themes.css --no-source-map",
"story:build": "histoire build",
"story:preview": "histoire preview",
"prepublish": "pnpm run build"
},

The readme or either the pacakge.json scripts should be corrected .

@Parth123Ahuja
Copy link
Author

I want to raise a pull request for this small issue , what should be corrected should I make changes in the scripts or should I change the readme.md file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant