Skip to content

Commit c70e266

Browse files
authored
Add start script (#7)
Easily test changes in Firefox by running `npm start`.
1 parent efe83a1 commit c70e266

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
@@ -6,6 +6,7 @@
66
"build": "webpack && web-ext build -s addon --overwrite-dest",
77
"lint": "eslint . && web-ext lint -s addon",
88
"lint-fix": "eslint . --fix",
9+
"start": "web-ext run -s addon",
910
"test": "echo \"Error: no test specified\" && exit 1"
1011
},
1112
"license": "MIT",

0 commit comments

Comments
 (0)