Skip to content

Commit 6881d10

Browse files
committed
Fix coana build
1 parent 6e01cd7 commit 6881d10

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.config/rollup.dist.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ async function copyExternalPackages() {
104104
.map(n =>
105105
copyPackage(n, {
106106
strict:
107-
// Skip adding 'use strict' directives to Coana and
108-
// Socket packages.
107+
// Skip adding 'use strict' directives to Coana and Socket packages.
109108
n !== COANA_TECH_CLI && n !== SOCKET_SECURITY_REGISTRY,
110109
}),
111110
),
@@ -121,7 +120,7 @@ async function copyExternalPackages() {
121120
[
122121
[blessedPath, ['lib/**/*.js', 'usr/**/**', 'vendor/**/*.js', 'LICENSE*']],
123122
[blessedContribPath, ['lib/**/*.js', 'index.js', 'LICENSE*']],
124-
[coanaPath, ['**/*.mjs', 'coana-repos/**/*']],
123+
[coanaPath, ['**/*.mjs', 'repos/**/*']],
125124
[
126125
socketRegistryPath,
127126
[

0 commit comments

Comments
 (0)