You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The readme.md file contains :-
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 .
The text was updated successfully, but these errors were encountered: