Skip to content

Commit d6d08cd

Browse files
authored
refactor: Reorder packages in publish-npm.js
1 parent 937c2d8 commit d6d08cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/github/publish-npm.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ console.log('goto build-outputs');
2424
process.chdir('build-outputs');
2525

2626
const packages = [
27-
'agent-cli',
2827
'core-foundations',
29-
'core-migration',
30-
'core-stylelint',
3128
'core-components',
3229
'ngx-core-components',
3330
'react-core-components',
3431
'v-core-components',
35-
'wc-core-components'
32+
'wc-core-components',
33+
'core-migration',
34+
'core-stylelint',
35+
'agent-cli'
3636
];
3737

3838
for (const PACKAGE of packages) {

0 commit comments

Comments
 (0)