build -> dist
This commit is contained in:
parent
187ab3d6b1
commit
184cace793
@ -4,4 +4,4 @@ dist: trusty
|
||||
node_js: '8'
|
||||
install:
|
||||
- npm install
|
||||
- npm run build
|
||||
- npm run dist
|
||||
|
@ -43,7 +43,7 @@ grunt lite
|
||||
|
||||
If you want to build both versions run
|
||||
```bash
|
||||
grunt all
|
||||
npm run dist
|
||||
```
|
||||
|
||||
## Run
|
||||
|
@ -8,6 +8,7 @@
|
||||
"npm": "2.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dist": "grunt",
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user