Skip to content

Commit

Permalink
Adding the script commands
Browse files Browse the repository at this point in the history
  • Loading branch information
reficul31 committed Apr 1, 2017
1 parent 11a8c52 commit b4efbe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
@@ -1 +1 @@
./extension/
extension/
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -11,7 +11,9 @@
"build": "gulp build",
"watch": "gulp watch",
"fx-run": "web-ext -s extension run",
"fx-build": "npm run build-prod && web-ext -s extension -a dist/firefox build"
"fx-build": "npm run build-prod && web-ext -s extension -a dist/firefox build",
"lint": "./node_modules/.bin/eslint .",
"fix": "./node_modules/.bin/eslint --fix ."
},
"dependencies": {
"babel-runtime": "^6.23.0",
Expand Down

0 comments on commit b4efbe9

Please sign in to comment.