Skip to content

Commit

Permalink
bump to v3.6.8 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanDaoH committed Apr 5, 2020
1 parent c077697 commit 9455f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"upload": "make upload",
"lint": "eslint --fix src/lib src/bin test",
"validate-lint": "eslint src/lib src/bin test",
"prepack": "npm install && npm run build && chmod +x bin/* && make package-fun-nas-server",
"prepack": "export NODE_ENV=development && npm install && npm run build && make package-fun-nas-server",
"build": "make build",
"postbuild": "make postbuild"
},
Expand Down

0 comments on commit 9455f63

Please sign in to comment.