Skip to content

Commit

Permalink
Remove smoke-test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 29, 2020
1 parent 6dd5973 commit 0c6f226
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -22,15 +22,12 @@
"test": "tests"
},
"scripts": {
"all-test": "npm run-script node-test && npm run-script smoke-test",
"build": "ember build",
"lint": "eslint lib test",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"node-test": "mocha test/**/*.js",
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test && node_modules/.bin/codecov",
"smoke-test": "cd smoke-test-app && ./smoke-test.sh",
"smoke-test-yarn": "cd smoke-test-app && ./smoke-test-yarn.sh",
"start": "ember serve",
"test": "npm run-script lint && npm run-script node-test"
},
Expand Down

0 comments on commit 0c6f226

Please sign in to comment.