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 7b1cbe7 commit 112e4c7Copy full SHA for 112e4c7
package.json
@@ -2,6 +2,7 @@
2
"scripts": {
3
"test": "python -m unittest discover -s tests -p 'test_*.py'",
4
"build": "python publish.py --build --prod",
5
+ "version": "python -c \"from publish import get_current_version; print(get_current_version())\"",
6
"bump": "python publish.py --bump",
7
"release": "python publish.py --release"
8
}
0 commit comments