Remove unneeded tests
This commit is contained in:
parent
1db8e2910f
commit
f7c0080838
2 changed files with 1 additions and 11 deletions
|
@ -13,7 +13,7 @@
|
||||||
"watch-less": "watch 'npm run build-less' static/src/less/",
|
"watch-less": "watch 'npm run build-less' static/src/less/",
|
||||||
"watch": "npm run watch-less",
|
"watch": "npm run watch-less",
|
||||||
"clean": "./scripts/clean.js",
|
"clean": "./scripts/clean.js",
|
||||||
"test": "npm run lint && ./scripts/test-extras.sh"
|
"test": "npm run lint"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -38,7 +38,6 @@
|
||||||
"eslint": "=1.5.0",
|
"eslint": "=1.5.0",
|
||||||
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
||||||
"eslint-plugin-react": "=3.4.2",
|
"eslint-plugin-react": "=3.4.2",
|
||||||
"jsonlint": "=1.6.2",
|
|
||||||
"less": "=2.5.1",
|
"less": "=2.5.1",
|
||||||
"less-mixins": "git://github.com/RealOrangeOne/less-mixins.git",
|
"less-mixins": "git://github.com/RealOrangeOne/less-mixins.git",
|
||||||
"postcss-cli": "=2.5.1",
|
"postcss-cli": "=2.5.1",
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
echo ">> Linting JSON Data..."
|
|
||||||
jsonlint -q data/projects.json
|
|
||||||
|
|
||||||
|
|
||||||
echo "> Extra tests passed!"
|
|
Reference in a new issue