Skip to content

Commit

Permalink
chore: update publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed May 6, 2022
1 parent 363f18c commit 736b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { argv } from 'yargs';
import git from 'git-rev-sync';
import chalk from 'chalk';

import pkg from '../package.json';
import pkg from '../lerna.json';
import Package, { readAllMainPackages } from './pkg';
import { generateManifest } from './manifest';

Expand Down

0 comments on commit 736b483

Please sign in to comment.