git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit cba37e3aa847ed827876500c888d0c240f7b3f31

use local .babelrc and don't cache ava

Michael Williams committed on 1/9/2016, 5:37:02 AM
Parent: e90509c961bcbabb52a702d7c3e6b9353ceb5dd9

Files changed

package.jsonchanged
package.jsonView
@@ -7,9 +7,9 @@
77 "postinstall": "lnfs app node_modules/app",
88 "lint": "snazzy",
99 "format": "snazzy --format",
1010 "test": "NODE_ENV=test npm-run-all -p test:*",
11- "test:spec": "ava",
11+ "test:spec": "ava -r babel-core/register",
1212 "test:feature": "cucumber-js",
1313 "pg:pull": "docker pull postgres",
1414 "pg:run": "docker run -d -p 5432:5432 --name=business-postgres postgres",
1515 "pg:start": "docker start business-postgres",
@@ -30,8 +30,9 @@
3030 "dev": "NODE_ENV=development npm-run-all -p dev:*",
3131 "prod": "NODE_ENV=production npm-run-all prod:render-browser prod:assets -p prod:render-node prod:api prod:static"
3232 },
3333 "ava": {
34+ "cache": false,
3435 "files": [
3536 "**/*.spec.js"
3637 ]
3738 },

Built with git-ssb-web