mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
feat: tests
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"lint:fix": "dotenv -c -- turbo run lint:fix",
|
||||
"publish-packages": "dotenv -c -- turbo run build format lint test && changeset version && changeset publish",
|
||||
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
|
||||
"syncpack:fix": "node sync.mjs && syncpack format && syncpack fix-mismatches"
|
||||
"syncpack:fix": "node sync.mjs && syncpack format && syncpack fix-mismatches",
|
||||
"test": "dotenv -c -- turbo run test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "2.26.0",
|
||||
|
||||
Reference in New Issue
Block a user