'@' shortcut must come after it is configured in bootstrap (#1239)

This commit is contained in:
Iain Sproat
2022-12-05 15:14:36 +00:00
committed by GitHub
parent 444d2ca7dd
commit 967329473f
+1 -1
View File
@@ -1,7 +1,7 @@
const { logger } = require('@/logging/logging')
const path = require('path')
const yargs = require('yargs')
require('../../bootstrap')
const { logger } = require('@/logging/logging')
const execution = yargs
.scriptName('yarn cli')