Skip to content

Commit

Permalink
chore: enable tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Nov 8, 2023
1 parent c87f629 commit b1b8043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"cy:run": "cypress run --env TAGS=\"not @skip\" --headless --browser chrome",
"test:e2e": "start-server-and-test build:serve http://localhost:8080 cy:open",
"test:e2e:ci": "start-server-and-test serve:dist http://localhost:8080 cy:run",
"test": "echo 'all right'",
"test": "npm run test:e2e:ci",
"test:unit": "vue-cli-service test:unit",
"lint": "eslint src tests --ext .ts,.tsx,.vue",
"lint:fix": "npm run lint -- --fix",

0 comments on commit b1b8043

Please sign in to comment.