Skip to content

Commit

Permalink
chore(package.json): disable lockfix
Browse files Browse the repository at this point in the history
for some reason git patch not applied, disabling lockfix untill fix found
  • Loading branch information
kopach committed Dec 6, 2020
1 parent 418ee0a commit c57795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"release": "HUSKY_SKIP_HOOKS=1 np --no-2fa",
"postshrinkwrap": "HUSKY_SKIP_HOOKS=1 lockfix",
"_postshrinkwrap": "HUSKY_SKIP_HOOKS=1 lockfix",
"tdd": "concurrently --kill-others \"npm run test:watch\" \"live-server --watch=coverage/lcov-report --open=coverage/lcov-report --quiet\"",
"pretest": "npm run generate-public-api-schema",
"test": "nyc mocha --config test/.mocharc.json **/*.ts",
Expand Down

0 comments on commit c57795d

Please sign in to comment.