We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the SvelteKit docs -
SvelteKit now generates it own "prepare" script on skeleton projects - just rename the script in the docs.
The text was updated successfully, but these errors were encountered:
It has to be in prepare so it runs on npm install, but yeah, the docs need to be updated.
npm install
Sorry, something went wrong.
I have the same problem. How should I solve this? I added this line in my scripts
{ "prepare": "npm run smui-theme-light && npm run smui-theme-dark && svelte-kit sync", }
That line should work.
9dfb3d0
No branches or pull requests
In the SvelteKit docs -
SvelteKit now generates it own "prepare" script on skeleton projects - just rename the script in the docs.
The text was updated successfully, but these errors were encountered: