Skip to content

Commit 1850ec0

Browse files
committed
fix: fix
1 parent 99a6413 commit 1850ec0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"!**/.*"
2828
],
2929
"scripts": {
30-
"postinstall": "node scripts/remove-yarn-path.js",
31-
"check-licenses": "yarn licenses list --production --json | grep table | ./check-license.js",
30+
"check-licenses": "node scripts/remove-yarn-path.js && yarn licenses list --production --json | grep table | ./check-license.js",
3231
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3332
"lint:affected": "nx affected --target=lint",
3433
"lint:fix": "nx run-many --target=lint:fix --all",

0 commit comments

Comments
 (0)