Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtMathArt committed Nov 5, 2024
1 parent 23a471c commit 98508f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const batchPackages = require('@lerna/batch-packages');
const {filterPackages} = require('@lerna/filter-packages');
const runParallelBatches = require('@lerna/run-parallel-batches');
const {getPackages} = require('@lerna/project');
const npmPublish = require('@jsdevtools/npm-publish');
const {npmPublish} = require('@jsdevtools/npm-publish');

const token = process.env.NPM_TOKEN;

Expand Down

0 comments on commit 98508f7

Please sign in to comment.