Skip to content

Commit

Permalink
add gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Dec 23, 2016
1 parent 5193be9 commit 0964a87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
"dora-plugin-webpack-hmr": "^0.2.1",
"expect": "^1.20.2",
"firebase": "^3.6.4",
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"redbox-react": "^1.3.2"
},
"scripts": {
"start": "dora --plugins \"proxy?watchDirs=./mock,webpack,webpack-hmr\"",
"build": "atool-build",
"test": "atool-test-mocha ./src/**/*-test.js"
"test": "atool-test-mocha ./src/**/*-test.js",
"pub": "npm run atool-build && gulp"
}
}

0 comments on commit 0964a87

Please sign in to comment.