Skip to content

Commit

Permalink
NDS36 add teamcity build and test command
Browse files Browse the repository at this point in the history
  • Loading branch information
d-lan1 committed Dec 14, 2017
1 parent 07cea8d commit 949a9b3
Show file tree
Hide file tree
Showing 3 changed files with 1,567 additions and 4,845 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ module.exports = grunt => {
// Run JS unit tests
r("test", ["mochaTest"]);

r("css:dist", ["sass:dist", "postcss:dist", "cssmin:dist"]);

// For building before publishing to NPM etc
r("dist", ["env:dist", "clean:dist", "lint", "test", "sass:dist", "postcss:dist", "cssmin:dist", "docs", "webpack"]);
r("dist", ["env:dist", "clean:dist", "lint", "test", "css:dist", "docs", "webpack"]);

r("default", ["env:dev", "clean:temp", "lint", "test", "sass:temp", "postcss:temp", "cssmin:temp", "watch"]);
};
Loading

0 comments on commit 949a9b3

Please sign in to comment.