mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 12:32:57 +00:00
fix: pipeline
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user