1
Fork 0

Remove unneeded tests

This commit is contained in:
Jake Howard 2016-04-05 22:35:25 +01:00
parent 1db8e2910f
commit f7c0080838
2 changed files with 1 additions and 11 deletions

View file

@ -13,7 +13,7 @@
"watch-less": "watch 'npm run build-less' static/src/less/",
"watch": "npm run watch-less",
"clean": "./scripts/clean.js",
"test": "npm run lint && ./scripts/test-extras.sh"
"test": "npm run lint"
},
"repository": {
"type": "git",
@ -38,7 +38,6 @@
"eslint": "=1.5.0",
"eslint-config": "git://github.com/dabapps/eslint-config.git",
"eslint-plugin-react": "=3.4.2",
"jsonlint": "=1.6.2",
"less": "=2.5.1",
"less-mixins": "git://github.com/RealOrangeOne/less-mixins.git",
"postcss-cli": "=2.5.1",

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -e
echo ">> Linting JSON Data..."
jsonlint -q data/projects.json
echo "> Extra tests passed!"