Skip to content

Commit bdaef4a

Browse files
committed
npm install husky --save-dev
1 parent 6e492b9 commit bdaef4a

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

src/deploy/actions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export default async function deploy(
3737
context.logger.info(`📦 Building "${context.target.project}"`);
3838
context.logger.info(`📦 Build target "${buildTarget.name}"`);
3939

40-
// options.baseHref ? ' Your base-href: "' + options.baseHref + '"' : ''
41-
4240
const build = await context.scheduleTarget(
4341
targetFromTargetString(buildTarget.name),
4442
{

src/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/jest": "^26.0.15",
5858
"@types/node": "^14.14.7",
5959
"copyfiles": "^2.4.0",
60-
"husky": "^4.3.0",
60+
"husky": "^4.3.5",
6161
"jest": "^26.6.3",
6262
"json-schema-to-typescript": "^9.1.1",
6363
"prettier": "2.1.2",

0 commit comments

Comments
 (0)