2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-08 17:22:26 +03:00

chore: migrate to changeset (#182)

* fix: initial support to changeset

* fix: changeset config

* fix: vue3 changeset

* feat: add github publish action for changeset
This commit is contained in:
Nikolay Kost
2023-07-24 05:16:14 +03:00
committed by GitHub
parent ee044f3085
commit 49065d239b
6 changed files with 2814 additions and 449 deletions
+4
View File
@@ -13,6 +13,7 @@
"test": "npm run build && nx run-many --target=link && nx run-many --target=test",
"cover": "nx run-many --target=cover",
"build": "nx run-many --target=build",
"release": "npm build && changeset publish",
"lint": "nx run-many --target=link && npm run build && nx run-many --target=lint"
},
"author": {
@@ -70,5 +71,8 @@
"cover": "@/jest --config ../../jest.config.js --coverage .",
"lint": "@/eslint .",
"bundlesize": "npm run build && @/cross-env NODE_ENV=production @/bundlesize ."
},
"dependencies": {
"@changesets/cli": "^2.26.2"
}
}