Skip to content

Commit

Permalink
chore(docs): update command to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Mar 8, 2022
1 parent fbd7349 commit 316d008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ Or locally:

1. Clone this repository
2. Install dependencies using `yarn install`
3. Prepare for development using `yarn dev:prepare`
3. Prepare for development using `yarn dev:setup`
4. Start development server using `yarn dev`

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,11 +17,11 @@
],
"scripts": {
"build": "nuxt-module-build",
"dev:setup": "nuxt-module-build --stub && nuxi prepare playground",
"dev": "nuxt dev playground",
"docs": "nuxt docs",
"lint": "eslint --ext .js,.ts,.vue",
"prepack": "yarn build",
"dev:setup": "nuxt-module-build --stub && nuxi prepare playground",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint"
},
Expand Down

0 comments on commit 316d008

Please sign in to comment.