Skip to content

Commit

Permalink
add pack script
Browse files Browse the repository at this point in the history
  • Loading branch information
niwla23 committed Oct 20, 2021
1 parent 9bd9de9 commit b557101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ sw.*

# Vim swap files
*.swp


# packs
*.tgz
*.tar.gz
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"pack": "tar czf smartdashboard.tar.gz --directory dist",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
Expand Down

0 comments on commit b557101

Please sign in to comment.