Skip to content

Commit bb9fe82

Browse files
committed
ref(angular): remove unnecessary yarn script pack:legacy
1 parent 0f209a6 commit bb9fe82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
"lint": "run-s lint:prettier lint:eslint",
6868
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
6969
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
70-
"pack": "cd ./dist && npm pack",
71-
"pack:legacy": "npm pack"
70+
"pack": "npm pack"
7271
},
7372
"volta": {
7473
"extends": "../../package.json"

0 commit comments

Comments
 (0)