fix: pipeline

This commit is contained in:
2023-05-31 15:30:25 +02:00
parent 68400f2480
commit 45444d9373
31 changed files with 74 additions and 120 deletions

View File

@@ -2,17 +2,17 @@
"name": "@openstapps/openstapps",
"version": "2.1.0",
"scripts": {
"build": "dotenv -c -- turbo run build",
"build": "dotenv -c -- turbo run build --filter=!@openstapps/app",
"dev": "dotenv -c -- turbo run dev",
"docs": "typedoc",
"format": "dotenv -c -- turbo run format",
"format:fix": "dotenv -c -- turbo run format:fix",
"lint": "dotenv -c -- turbo run lint",
"lint:fix": "dotenv -c -- turbo run lint:fix",
"lint": "dotenv -c -- turbo run lint --filter=!@openstapps/app",
"lint:fix": "dotenv -c -- turbo run lint:fix --filter=!@openstapps/app",
"publish-packages": "dotenv -c -- turbo run build format lint test && changeset version && changeset publish",
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
"test": "dotenv -c -- turbo run test && node coverage.mjs"
"test": "dotenv -c -- turbo run test --filter=!@openstapps/app && node coverage.mjs"
},
"devDependencies": {
"@changesets/cli": "2.26.1",