build(packages): rely on nx.json config for versioning args
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
"lint:fix": "yarn lint:ts --fix",
|
||||
"packages:build": "nx run-many -t build --projects='tag:scope:package'",
|
||||
"packages:clean": "rimraf ./npm-artifacts && nx run-many -t clean --projects='tag:scope:package' --maxParallel=100",
|
||||
"packages:prepare": "nx release version --no-git-commit --no-git-tag --no-stage-changes --group grafanaPackages",
|
||||
"packages:prepare": "nx release version --group grafanaPackages",
|
||||
"packages:pack": "mkdir -p ./npm-artifacts && nx run-many -t pack --projects='tag:scope:package'",
|
||||
"packages:typecheck": "nx run-many -t typecheck --projects='tag:scope:package'",
|
||||
"prettier:check": "prettier --check --list-different=false --log-level=warn \"**/*.{ts,tsx,scss,md,mdx,json,js}\"",
|
||||
|
||||
Reference in New Issue
Block a user