Skip to content

Commit 8677739

Browse files
committedMar 13, 2023
chore: switch to pnpm and changelogen
1 parent c0ce982 commit 8677739

File tree

5 files changed

+10192
-10271
lines changed

5 files changed

+10192
-10271
lines changed
 

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist=true

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ You can contribute to this module online with CodeSandBox:
6060
Or locally:
6161

6262
1. Clone this repository
63-
2. Install dependencies using `yarn install`
64-
3. Prepare for development using `yarn dev:prepare`
65-
4. Start development server using `yarn dev`
63+
2. Install dependencies using `pnpm i`
64+
3. Prepare for development using `pnpm dev:prepare`
65+
4. Start development server using `pnpm dev`
6666

6767
## License
6868

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
"dist"
1717
],
1818
"scripts": {
19-
"build": "nuxt-module-build",
2019
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
2120
"dev": "nuxt dev playground",
2221
"dev:nuxt2": "nuxt dev nuxt2-playground",
2322
"lint": "eslint --ext .js,.ts,.vue",
24-
"prepack": "yarn build",
25-
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
23+
"prepack": "nuxt-module-build",
24+
"release": "pnpm test && pnpm changelogen --release --push && npm publish",
2625
"test": "vitest"
2726
},
2827
"dependencies": {
@@ -50,11 +49,11 @@
5049
"@nuxt/test-utils": "^3.2.3",
5150
"@nuxtjs/eslint-config-typescript": "latest",
5251
"@tailwindcss/typography": "^0.5.9",
52+
"changelogen": "^0.5.1",
5353
"codecov": "latest",
5454
"eslint": "latest",
5555
"jsdom": "^21.1.1",
5656
"nuxt": "^3.2.3",
57-
"standard-version": "latest",
5857
"vitest": "^0.29.2"
5958
}
6059
}

‎pnpm-lock.yaml

+10,185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎yarn.lock

-10,264
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.