mark package.json as external module

This commit is contained in:
Johannes
2022-11-21 11:26:17 +01:00
parent 829551846d
commit 0dac468cc0
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -119,7 +119,8 @@ const optimizeVSCodeTask = task.define('optimize-vscode', task.series(
// TODO: we cannot inline `product.json` because
// it is being changed during build time at a later
// point in time (such as `checksums`)
'../product.json'
'../product.json',
'../package.json',
]
},
manual: [