Skip to content

Commit fa9f18f

Browse files
committed
add print-version npm script
1 parent c2e2e1a commit fa9f18f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/webawesome/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress --config=\"../../cspell.json\"",
5959
"verify": "npm run prettier && npm run build && npm run test",
6060
"prepublishOnly": "npm run verify",
61-
"check-updates": "npx npm-check-updates --interactive --format group"
61+
"check-updates": "npx npm-check-updates --interactive --format group",
62+
"print-version": "echo $npm_package_version"
6263
},
6364
"engines": {
6465
"node": ">=14.17.0"

0 commit comments

Comments
 (0)