Skip to content

Commit 236fa0e

Browse files
author
Thomas Jarrand
committed
Updated dependencies
1 parent 22ee735 commit 236fa0e

File tree

3 files changed

+668
-701
lines changed

3 files changed

+668
-701
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lint:
2929
./node_modules/.bin/eslint src/* --ext .js,.json --fix
3030

3131
# Test
32-
test:
32+
test: build
3333
node_modules/.bin/mocha
3434

3535
# Publish package

0 commit comments

Comments
 (0)