Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmacasolin committed Jun 8, 2022
1 parent a8b70a7 commit 114e9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async function main(argv = process.argv) {
'--no-bytecode',
'--no-native-build',
'--public',
'--public-packages=\'*\'',

This comment has been minimized.

Copy link
@CMCDragonkai

CMCDragonkai Jun 8, 2022

Member

Why would this change anything? It currently works on TS demo lib native.

'--public-packages=\"*\"',
`--output=${outPath}`,
...restArgs
];
Expand Down

0 comments on commit 114e9c1

Please sign in to comment.