Skip to content

Commit f07a8da

Browse files
committed
update README
1 parent b92233a commit f07a8da

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,25 +198,25 @@ That's it! You can now use Nuxt TipTap Editor in your Nuxt app ✨
198198

199199
```bash
200200
# Install dependencies
201-
npm install
201+
yarn install
202202

203203
# Generate type stubs
204-
npm run dev:prepare
204+
yarndev:prepare
205205

206206
# Develop with the playground
207-
npm run dev
207+
yarn dev
208208

209209
# Build the playground
210-
npm run dev:build
210+
yarn build
211211

212212
# Run ESLint
213-
npm run lint
213+
yarn lint
214214

215215
# Run Vitest
216-
npm run test
217-
npm run test:watch
216+
yarn test
217+
yarn test:watch
218218

219-
# Release new version
219+
# Release new version - needs to be with npm for login to work
220220
npm run release
221221
```
222222

0 commit comments

Comments
 (0)