mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: pass flags correctly
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
"build.core": "node scripts/build-core.js",
|
||||
"build.link": "pnpm run build && node scripts/link-copy.js",
|
||||
"build.ng": "ng-packagr -p ng-package.json -c tsconfig.json",
|
||||
"build.watch": "pnpm run build.ng -- --watch",
|
||||
"build.watch": "pnpm run build.ng --watch",
|
||||
"clean": "node scripts/clean.js",
|
||||
"clean-generated": "node ./scripts/clean-generated.js",
|
||||
"lint": "pnpm run eslint && pnpm run prettier -- --write --cache",
|
||||
"lint.fix": "pnpm run eslint -- --fix",
|
||||
"fmt": "pnpm run eslint -- --fix && pnpm run prettier -- --write --cache",
|
||||
"lint": "pnpm run eslint && pnpm run prettier --write --cache",
|
||||
"lint.fix": "pnpm run eslint --fix",
|
||||
"fmt": "pnpm run eslint --fix && pnpm run prettier --write --cache",
|
||||
"prettier": "prettier \"**/*.ts\"",
|
||||
"eslint": "eslint . --ext .ts",
|
||||
"prerelease": "pnpm run validate && np prerelease --yolo --any-branch --tag next",
|
||||
|
||||
Reference in New Issue
Block a user