Skip to content

Commit

Permalink
fix: fix changePackageVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Nov 8, 2024
1 parent bd2cf64 commit a3cd76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/changePackageVersion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs'

import pkg from '../package.json' assert { type: "json" };
import pkg from '../package.json';

fs.writeFileSync('./package.json', JSON.stringify({ ...pkg, version: process.argv[2] }, null, 2));

0 comments on commit a3cd76e

Please sign in to comment.