chore: add simulate ci scripts
This commit is contained in:
parent
bf745dd7ce
commit
118f5cfa60
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
"check": "turbo run check",
|
"check": "turbo run check",
|
||||||
"clean": "turbo clean",
|
"clean": "turbo clean",
|
||||||
|
"simulate:ci": "npm run check && npm run build && npm run test && npm run lint",
|
||||||
"test:watch": "turbo run test:watch",
|
"test:watch": "turbo run test:watch",
|
||||||
"test:coverage": "turbo run test:coverage",
|
"test:coverage": "turbo run test:coverage",
|
||||||
"publish": "turbo run lint build check test && npm publish --access public -w",
|
"publish": "turbo run lint build check test && npm publish --access public -w",
|
||||||
|
|
Loading…
Reference in a new issue