create-tailwind-plugin
create-tailwind-plugin copied to clipboard
package.json doesn't come with "watch" script.
In the documentation and CLI output it says
Next steps:
[...]
$ npm run watch
However when looking at the contents of a freshly generated project, there is no watch script in the package.json.
Steps to reproduce
- Create a new project with
npx create-tailwind-plugin - navigate to the project directory
- run
npm install - run
npm run watchor checkpackage.json