Skip to content

Commit

Permalink
fix: simplified the code
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 25, 2021
1 parent 678c9e0 commit 2fdfc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const getNextVersion = async (): Promise<string> => {
return ""
}

if (!process.env.CI) {
if (process.env.CI) {
const fs = require('fs');
const getPackageConfigs = async () => {
return { version: await getNextVersion() }
Expand Down

0 comments on commit 2fdfc61

Please sign in to comment.