Skip to content

Commit

Permalink
chore(config-file): 🔨 add tags:gitlab & update tags to `tags:gith…
Browse files Browse the repository at this point in the history
…ub` script
  • Loading branch information
krypton225 committed Apr 14, 2024
1 parent f6a5bf1 commit 25fc199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"upgrade": "ncu --upgrade",
"lint": "npx stylelint ./src/**/*.scss",
"cmt": "cz",
"tags": "git push repo --tags",
"tags:github": "git push repo --tags",
"tags:gitlab": "git push gitlab --tags",
"log": "changelog generate",
"gen:lock": "npm i --package-lock-only",
"test:scss": "sass --no-source-map ./tests/test.scss:dist/test-styles.css --watch",
Expand Down

0 comments on commit 25fc199

Please sign in to comment.