Skip to content

Commit

Permalink
add npm run release
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jan 22, 2021
1 parent 40ddc9a commit 4c62e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ npm run watch:jade
## release

```sh
sh bin/release.sh --env asf
npm run release
```
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build": "sh bin/release.sh --env=localsite",
"localsite": "sh bin/release.sh --env=localsite",
"release": "sh bin/release.sh --env asf",
"localsite:onlynext": "sh bin/release.sh --env=localsite --onlynext",
"dev:all": "npm run localsite",
"dev": "node bin/build.js --env=localsite",
Expand Down

0 comments on commit 4c62e34

Please sign in to comment.