ci: add build npm command

This commit is contained in:
Hossein Mehrabi 2023-12-05 19:52:02 +03:30
parent a5b3af33b7
commit 7e4f042e17
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
"scripts": {
"commit": "git-cz",
"test": "lerna run test",
"watch": "lerna run watch",
"build": "lerna run build",
"format:check": "prettier --config .prettierrc --check --ignore-unknown .",
"format:fix": "prettier --config .prettierrc --write --ignore-unknown -l .",
"prepare": "husky install"