Skip to content

Commit

Permalink
Makes yarn pkg-version work across platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Nov 18, 2022
1 parent f332565 commit 6a89c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"docs:acceptApiChanges": "node --max-old-space-size=6144 scripts/check_published_api_changes.js --accept",
"osd:bootstrap": "node scripts/build_ts_refs && node scripts/register_git_hook",
"spec_to_console": "node scripts/spec_to_console",
"pkg-version": "./dev-tools/get-version.sh"
"pkg-version": "node -e \"console.log(require('./package.json').version)\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a89c76

Please sign in to comment.