Skip to content

Commit

Permalink
test on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeghe committed Nov 9, 2019
1 parent 7a58794 commit f34254b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/buildev.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"EXE" : [
"mkdir -p test/data dist",
"cp source/test/data/*.json test/data/"
],
"source/test/*.js" : "test -plugins=malta-mocha",
"source/index.js" : "dist/ -plugins=malta-mocha"
"EXE": [
"mkdir -p test/data dist",
"cp source/test/data/*.json test/data/"
],
"source/test/*.js": "test -plugins=malta-mocha",
"source/index.js": "dist"
}

0 comments on commit f34254b

Please sign in to comment.