Skip to content

Commit

Permalink
chore: updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Sep 6, 2021
1 parent 08c46fe commit afaf46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"main": "src/index.js",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"lint-fix": "eslint --ext .js,.vue src --fix"
"lint-fix": "eslint --ext .js,.vue src --fix",
"release": "npm publish --tag next"
},
"funding": {
"type": "github",
Expand Down
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build": "node build/index.js",
"build:js": "node build/script.javascript.js",
"build:css": "node build/script.css.js",
"build:api": "node build/build.api.js"
"build:api": "node build/build.api.js",
"release": "npm publish --tag next"
},
"funding": {
"type": "github",
Expand Down

0 comments on commit afaf46c

Please sign in to comment.