Skip to content

Commit 9879e0d

Browse files
author
Jeff Escalante
committed
update test command
1 parent f13cd5a commit 9879e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"coveralls": "nyc report --reporter=text-lcov | coveralls",
4747
"pretest": "standard",
48-
"test": "nyc ava",
48+
"test": "npm run build && ava && npm run unbuild",
4949
"build": "mv lib src && babel src -d lib",
5050
"unbuild": "rm -rf lib && mv src lib"
5151
}

0 commit comments

Comments
 (0)