Skip to content

Commit 112e4c7

Browse files
committed
add version npm script
1 parent 7b1cbe7 commit 112e4c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"scripts": {
33
"test": "python -m unittest discover -s tests -p 'test_*.py'",
44
"build": "python publish.py --build --prod",
5+
"version": "python -c \"from publish import get_current_version; print(get_current_version())\"",
56
"bump": "python publish.py --bump",
67
"release": "python publish.py --release"
78
}

0 commit comments

Comments
 (0)