Merge pull request #2572 from alecmerdler/yarn-dev

Add Yarn Command to Continuously Run Tests
This commit is contained in:
Alec Merdler 2017-04-24 13:02:26 -07:00 committed by GitHub
commit 66fe3de2f2

View file

@ -4,6 +4,7 @@
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"dev": "./node_modules/.bin/karma start --browsers PhantomJS",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS", "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"test:node": "JASMINE_CONFIG_PATH=static/test/jasmine.json ./node_modules/.bin/jasmine-ts './static/js/**/*.spec.ts'", "test:node": "JASMINE_CONFIG_PATH=static/test/jasmine.json ./node_modules/.bin/jasmine-ts './static/js/**/*.spec.ts'",
"build": "./node_modules/.bin/webpack --progress", "build": "./node_modules/.bin/webpack --progress",