Skip to content

Commit faebaa9

Browse files
committed
Remove test run prepublish script since this is now checked via the pipeline
1 parent 343574b commit faebaa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "checka11y.css",
66
"style": "checka11y.css",
77
"scripts": {
8-
"prepublishOnly": "git-branch-is master && is-git-status-clean && npm run test",
8+
"prepublishOnly": "git-branch-is master && is-git-status-clean",
99
"build": "npm run lint:fix && npm run build:errors-and-warnings && npm run build:errors-only && npm run build:warnings-only",
1010
"build:errors-and-warnings": "sass --no-source-map src/checka11y.scss ./checka11y.css --style=compressed && sass --no-source-map ./checka11y.css ./checka11y.css --style=expanded && npx postcss checka11y.css --use autoprefixer --replace --no-map",
1111
"build:errors-only": "sass --no-source-map src/errors/checka11y-errors.scss ./checka11y-errors.css --style=compressed && sass --no-source-map ./checka11y-errors.css ./checka11y-errors.css --style=expanded && npx postcss checka11y-errors.css --use autoprefixer --replace --no-map",

0 commit comments

Comments
 (0)