Sfoglia il codice sorgente

fix(cientos): added changelog script

Alvaro 2 anni fa
parent
commit
5e5b9d12ed
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      packages/cientos/package.json

+ 2 - 1
packages/cientos/package.json

@@ -33,7 +33,8 @@
     "dev": "vite",
     "build": "vite build",
     "preview": "vite preview",
-    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue"
+    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
+    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
   },
   "peerDependencies": {
     "@tresjs/core": "workspace:^1.4.0",