update test command in console makefile (#69)

This commit is contained in:
Rishichandra Wawhal
2018-07-11 10:30:27 +05:30
committed by Shahidh K Muhammed
parent 113b6a9bb5
commit 1f7f8e56f9

View File

@@ -15,7 +15,7 @@ build:
npm run build
test:
npm run test
npm run dev & npm run test
# to be run inside circle-ci
ci-copy-assets: