We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cee64 commit 155bd20Copy full SHA for 155bd20
scripts/artifact_tagging.js
@@ -22,7 +22,7 @@ _exec('npm run package');
22
23
// then tag and push tag
24
_exec(`git checkout -b ${version}-artifacts-prep`);
25
-_exec(`git add —-force lib lib-esm bundles`);
+_exec(`git add --force lib _bundles`);
26
_exec(`git commit -m 'chore(*): commiting build files'`);
27
_exec(`git tag ${version}-artifacts`);
28
_exec(`git push -u origin ${version}-artifacts`);
0 commit comments