Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dprovodnikov committed Jan 11, 2019
1 parent 7ea6d98 commit 7acf078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@madappgang/registry",
"version": "3.0.5",
"version": "3.0.7",
"description": "Globally available central service registry",
"main": "dist/index.js",
"homepage": "https://github.com/MadAppGang/mag-service-registry",
Expand All @@ -17,7 +17,7 @@
},
"scripts": {
"start": "nodemon --exec babel-node index.js",
"build": "rm -rf dist && babel src -d dist",
"build": "rm -rf dist && babel src -d dist --ignore __tests__",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage"
Expand Down

0 comments on commit 7acf078

Please sign in to comment.