build -> dist

This commit is contained in:
EOS Classic 2018-09-16 03:48:21 +09:00 committed by Ikmyeong Na
parent 187ab3d6b1
commit 184cace793
No known key found for this signature in database
GPG Key ID: EC674310ADADE2CA
3 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,4 @@ dist: trusty
node_js: '8'
install:
- npm install
- npm run build
- npm run dist

View File

@ -43,7 +43,7 @@ grunt lite
If you want to build both versions run
```bash
grunt all
npm run dist
```
## Run

View File

@ -8,6 +8,7 @@
"npm": "2.5.1"
},
"scripts": {
"dist": "grunt",
"start": "node ./bin/www"
},
"dependencies": {