Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Apr 29, 2024
1 parent 0457ab8 commit 4b80c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: |
npm ci
npm run build --if-present
npm run test --if-present
npm run e2e-test --if-present
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "stylelint './src/**/*.scss' && eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"test": "./.github/scripts/test.sh"
"e2e-test": "./.github/scripts/test.sh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4b80c2c

Please sign in to comment.