mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
add print-version npm script
This commit is contained in:
@@ -58,7 +58,8 @@
|
|||||||
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress --config=\"../../cspell.json\"",
|
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress --config=\"../../cspell.json\"",
|
||||||
"verify": "npm run prettier && npm run build && npm run test",
|
"verify": "npm run prettier && npm run build && npm run test",
|
||||||
"prepublishOnly": "npm run verify",
|
"prepublishOnly": "npm run verify",
|
||||||
"check-updates": "npx npm-check-updates --interactive --format group"
|
"check-updates": "npx npm-check-updates --interactive --format group",
|
||||||
|
"print-version": "echo $npm_package_version"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.17.0"
|
"node": ">=14.17.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user