chore: add simulate ci scripts

This commit is contained in:
Ayo 2023-09-25 17:27:48 +02:00
parent bf745dd7ce
commit 118f5cfa60

View file

@ -20,6 +20,7 @@
"build": "turbo run build",
"check": "turbo run check",
"clean": "turbo clean",
"simulate:ci": "npm run check && npm run build && npm run test && npm run lint",
"test:watch": "turbo run test:watch",
"test:coverage": "turbo run test:coverage",
"publish": "turbo run lint build check test && npm publish --access public -w",