mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
feat: migrate to esm
This commit is contained in:
@@ -9,11 +9,13 @@
|
||||
"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"
|
||||
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
|
||||
"publish-packages": "dotenv -c -- turbo run build format lint test && changeset version && changeset publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dotenv-cli": "7.1.0",
|
||||
"syncpack": "9.8.4",
|
||||
"turbo": "1.8.3"
|
||||
"turbo": "1.8.3",
|
||||
"@changesets/cli": "2.26.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user