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