Skip to content

Commit

Permalink
fixing lint and also extension id
Browse files Browse the repository at this point in the history
  • Loading branch information
frehner committed Feb 26, 2019
1 parent e9fb064 commit 8c7dc9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .web-extension-id
@@ -1,3 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
# Your auto-generated extension ID for addons.mozilla.org is:
{8be17807-30cd-4b13-904b-d9536661ab43}
{ce63669e-1a4c-4c41-b95b-d71bd7ce0c26}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,11 +3,11 @@
"version": "0.2.1",
"description": "A devtools extension for single-spa applications",
"scripts": {
"build": "npm run lint && npm run webpack-build && web-ext build",
"build": "npm run webpack-build && npm run lint && web-ext build",
"lint": "web-ext lint",
"start": "concurrently --kill-others-on-fail --names \"EXT,WPK\" -c \"cyan,magenta\" \"npm:start:firefox\" \"webpack --watch\"",
"start:firefox": "web-ext run --keep-profile-changes --firefox-profile=single-spa-inspector-dev",
"self-sign": "npm run lint && npm run webpack-build && web-ext sign",
"self-sign": "npm run webpack-build && npm run lint && web-ext sign",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack-build": "webpack --mode=production"
},
Expand Down

0 comments on commit 8c7dc9f

Please sign in to comment.