mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) scripts: add gulp
This commit is contained in:
parent
7ddf054d9e
commit
643b2e07c7
2 changed files with 5 additions and 4 deletions
|
|
@ -9,11 +9,11 @@ matrix:
|
|||
- node_js: 'iojs'
|
||||
|
||||
before_install:
|
||||
- npm install gulp bower -g
|
||||
- npm install bower -g
|
||||
|
||||
script:
|
||||
- gulp default
|
||||
- node bin/cloudcmd --test
|
||||
- npm run gulp
|
||||
- node start -- --test
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "gulp default",
|
||||
"start": "node bin/cloudcmd.js"
|
||||
"start": "node bin/cloudcmd.js",
|
||||
"gulp": "gulp"
|
||||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue