2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

chore(ci): remove npm changeset command

This commit is contained in:
Nikolay Kostyurin
2025-10-17 14:30:34 +02:00
parent 4161955c18
commit 655069d32a
+1 -2
View File
@@ -17,8 +17,7 @@
"types": "nx run-many --target=types", "types": "nx run-many --target=types",
"release": "npm run build && npm run types && changeset publish", "release": "npm run build && npm run types && changeset publish",
"lint": "nx run-many --target=lint", "lint": "nx run-many --target=lint",
"cleanup": "node scripts/cleanup", "cleanup": "node scripts/cleanup"
"changeset": "npx changeset"
}, },
"author": { "author": {
"name": "Nikolay Kostyurin <jilizart@gmail.com>" "name": "Nikolay Kostyurin <jilizart@gmail.com>"