mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
"name": "@openstapps/openstapps",
|
||||
"version": "2.1.0",
|
||||
"scripts": {
|
||||
"build": "dotenv -c -- turbo run build --filter=!@openstapps/app",
|
||||
"build": "dotenv -c -- turbo run build",
|
||||
"dev": "dotenv -c -- turbo run dev",
|
||||
"docs": "dotenv -c -- turbo run docs && typedoc",
|
||||
"format": "dotenv -c -- turbo run format",
|
||||
"format:fix": "dotenv -c -- turbo run format:fix",
|
||||
"lint": "dotenv -c -- turbo run lint --filter=!@openstapps/app",
|
||||
"lint:fix": "dotenv -c -- turbo run lint:fix --filter=!@openstapps/app",
|
||||
"lint": "dotenv -c -- turbo run lint",
|
||||
"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": "syncpack format && syncpack fix-mismatches",
|
||||
@@ -25,6 +25,6 @@
|
||||
"syncpack": "10.1.0",
|
||||
"turbo": "1.10.0",
|
||||
"typedoc": "0.24.7",
|
||||
"typescript": "4.8.4"
|
||||
"typescript": "4.9.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user