From 889163d1ae26389cce09da59d2b79bee4515fcc5 Mon Sep 17 00:00:00 2001 From: Will McVay Date: Sat, 15 Feb 2020 09:27:41 +0000 Subject: [PATCH] fix: dead link in definitons deploy (#294) --- scripts/foundations-ts-definitions/handle-cronjob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/foundations-ts-definitions/handle-cronjob.js b/scripts/foundations-ts-definitions/handle-cronjob.js index aeba774bcb..97335081df 100644 --- a/scripts/foundations-ts-definitions/handle-cronjob.js +++ b/scripts/foundations-ts-definitions/handle-cronjob.js @@ -1,4 +1,4 @@ -const { runCommand } = require('../../../scripts/release/utils') +const { runCommand } = require('../../scripts/release/utils') const gitStatus = runCommand('git', ['status', '-s']) const updateNPM = require('./update-npm') const releaseGithub = require('./release-github')