Skip to content

Commit

Permalink
removing unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn committed Sep 22, 2017
1 parent ccc9875 commit 60c8533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"server": "cd network-api && source venv/bin/activate && python app/manage.py runserver",
"start": "npm i && npm run build-uncompressed && run-p server watch:**",
"test:eslint": "eslint --config ./.eslintrc.yaml scripts/**/*.js source/js/**/*.js source/js/components/**/*.jsx",
"test:json": "ajv validate -s source/json/news.schema.json -d source/json/temp/news.json && ajv validate -s source/json/upcoming.schema.json -d source/json/temp/upcoming.json",
"test:pug": "pug-lint source/pug/partials/ source/pug/templates/ source/pug/partials/",
"test:scss": "stylelint \"source/sass/**/*.scss\" \"source/js/components/**/*.scss\" --syntax scss",
"test": "npm run build && run-s test:**",
Expand Down

0 comments on commit 60c8533

Please sign in to comment.