Skip to content

Commit

Permalink
🚧⚙️ Test CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed Aug 31, 2023
1 parent 61d2429 commit 6146e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/media/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function getItem(item_type: ItemTypes, item_id: ItemIdentifierType) {
}
type ManagerUpdate = () => void;

// Test
// Test 2

export class ItemManager {
type: ItemTypes;
Expand Down
4 changes: 2 additions & 2 deletions scripts/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ for (const path of paths) {
if (files.includes('webpack.config.js')) {
const exec = (cmd: string) => child.execSync(cmd, { cwd: pkg_dir })

exec('pnpm i')
exec('pnpm webpack')
exec('npm i')
exec('npm run webpack')

console.info(`${pkg}-${process.env.COMMIT_HASH}.js`)

Expand Down

0 comments on commit 6146e5e

Please sign in to comment.