Skip to content

Commit 155bd20

Browse files
committed
chore(*): fix build script
1 parent 94cee64 commit 155bd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/artifact_tagging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _exec('npm run package');
2222

2323
// then tag and push tag
2424
_exec(`git checkout -b ${version}-artifacts-prep`);
25-
_exec(`git add —-force lib lib-esm bundles`);
25+
_exec(`git add --force lib _bundles`);
2626
_exec(`git commit -m 'chore(*): commiting build files'`);
2727
_exec(`git tag ${version}-artifacts`);
2828
_exec(`git push -u origin ${version}-artifacts`);

0 commit comments

Comments
 (0)