Skip to content

Commit

Permalink
add a dummy build target to package.json becase the build system call…
Browse files Browse the repository at this point in the history
…s it for some reason

Signed-off-by: Fyodor Kovin <fkovin@rocketsoftware.com>
  • Loading branch information
fkovinAtRocket committed Jan 16, 2019
1 parent e319080 commit f54a87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"doc": "doc"
},
"scripts": {
"build": "exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
Expand Down

0 comments on commit f54a87a

Please sign in to comment.