Skip to content

Commit 43e8fb7

Browse files
author
Cleverson Sampaio
committed
build(scripts): adding command line in package scripts
1 parent d96f4f7 commit 43e8fb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Selenium library keyword extension to support Behavior Driven Development",
55
"main": "index.js",
66
"scripts": {
7-
"commit": "cz"
7+
"commit": "cz",
8+
"install": "python setup.py install",
9+
"uninstall": "pip uninstall seleniumlibraryextends -y"
810
},
911
"repository": {
1012
"type": "git",

0 commit comments

Comments
 (0)