mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
fix: build
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@openstapps/openstapps",
|
||||
"version": "2.1.0",
|
||||
"scripts": {
|
||||
"build": "dotenv -c -- turbo run build",
|
||||
"dev": "dotenv -c -- turbo run dev",
|
||||
"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",
|
||||
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
|
||||
"syncpack:fix": "syncpack format && syncpack fix-mismatches"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dotenv-cli": "7.1.0",
|
||||
"syncpack": "9.8.4",
|
||||
"turbo": "1.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user