Skip to content

Commit

Permalink
fix: make release-please build work (#5194)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 9, 2024
1 parent 9e0a4bd commit afd66ef
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
Expand Up @@ -57,7 +57,7 @@
"lint:code": "eslint . 'bin/*' --max-warnings 0",
"lint:markdown": "markdownlint '*.md' 'docs/**/*.md' '.github/*.md' 'lib/**/*.md' 'test/**/*.md' 'example/**/*.md' -i CHANGELOG.md",
"lint": "run-p lint:*",
"prepublishOnly": "run-s test clean build",
"prepublishOnly": "run-s clean build",
"test-browser-run": "cross-env NODE_PATH=. karma start ./karma.conf.js --single-run",
"test-browser:reporters:bdd": "cross-env MOCHA_TEST=bdd npm run -s test-browser-run",
"test-browser:reporters:esm": "cross-env MOCHA_TEST=esm npm run -s test-browser-run",
Expand Down

0 comments on commit afd66ef

Please sign in to comment.