Skip to content

Commit

Permalink
chore: switch to pnpm and changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Mar 13, 2023
1 parent c0ce982 commit 8677739
Show file tree
Hide file tree
Showing 5 changed files with 10,192 additions and 10,271 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ You can contribute to this module online with CodeSandBox:
Or locally:

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

## License

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"dist"
],
"scripts": {
"build": "nuxt-module-build",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev": "nuxt dev playground",
"dev:nuxt2": "nuxt dev nuxt2-playground",
"lint": "eslint --ext .js,.ts,.vue",
"prepack": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"prepack": "nuxt-module-build",
"release": "pnpm test && pnpm changelogen --release --push && npm publish",
"test": "vitest"
},
"dependencies": {
Expand Down Expand Up @@ -50,11 +49,11 @@
"@nuxt/test-utils": "^3.2.3",
"@nuxtjs/eslint-config-typescript": "latest",
"@tailwindcss/typography": "^0.5.9",
"changelogen": "^0.5.1",
"codecov": "latest",
"eslint": "latest",
"jsdom": "^21.1.1",
"nuxt": "^3.2.3",
"standard-version": "latest",
"vitest": "^0.29.2"
}
}
Loading

0 comments on commit 8677739

Please sign in to comment.