Skip to content

Commit

Permalink
ci: change on @semantic-release/git plugin and test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Nov 21, 2024
1 parent 7b2ca8e commit 77a05a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/input/test/auro-input.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fixture, html, expect, elementUpdated, oneEvent, nextFrame } from '@open-wc/testing';
import { fixture, html, expect, elementUpdated, oneEvent } from '@open-wc/testing';
import '../src/index.js';

describe('auro-input', () => {
Expand Down
2 changes: 1 addition & 1 deletion components/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"./README.md",
"./docs/api.md",
"./demo/demo.md",
"./demo/apiExamples.md"
"./demo/api.md"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"build:dropdown:release": "npm-run-all build:dropdown:full build:test build:demo:dropdown",
"build:menu:release": "npm-run-all build:menu:full build:test build:demo:menu",
"sweep": "rm -rf dist && find ./demo ./src ./components -not -path \"*/node_modules/*\" -type f \\( -name \"*.css\" -o -name \"*-css.js\" \\) -delete",
"test": "npm-run-all test:input test:dropdown test:form test:checkbox",
"test": "npm-run-all test:input test:dropdown test:form test:checkbox test:menu",
"test:watch": "wtr --watch",
"test:form": "wtr \"./components/form/test/**/*.test.js\" --coverage",
"test:form:watch": "wtr \"./components/form/test/**/*.test.js\" --watch",
Expand Down

0 comments on commit 77a05a1

Please sign in to comment.