Skip to content

Commit 6037a45

Browse files
committed
refactor(apps-engine): package json
1 parent 6871e7f commit 6037a45

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/apps-engine/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@
4343
".:build:clean": "rimraf definition lib",
4444
".:build:default": "tsc -p tsconfig.json",
4545
"dev": "yarn .:build:default --watch",
46-
".:eslint:fix": "eslint --fix .",
47-
".:lint:eslint": "eslint .",
48-
"fix-lint": "yarn .:eslint:fix",
4946
"gen-doc": "typedoc",
50-
"lint": "yarn .:lint:eslint",
47+
"lint": "yarn eslint .",
5148
"typecheck": "tsc -p tsconfig.json --noEmit"
5249
},
5350
"nyc": {

0 commit comments

Comments
 (0)