We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f263cd commit b003194Copy full SHA for b003194
scripts/release/args.ts
@@ -3,7 +3,7 @@ import { readJson, writeJson } from 'fs-extra';
3
import inquirer from 'inquirer';
4
import { inc } from 'semver';
5
import yargsParser from 'yargs-parser';
6
-import packageJson from '../../../package.json';
+import packageJson from '../../package.json';
7
8
type PlatformToBuildFor = SupportedPlatform | 'current-arch' | 'all' | 'current';
9
0 commit comments