Skip to content

Commit 8fad68a

Browse files
committed
build: fix publishing
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 66951d9 commit 8fad68a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cyclonedx-library",
3-
"version": "9.0.0",
3+
"version": "9.0.0-rc.1",
44
"description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -213,6 +213,7 @@
213213
"test:node": "c8 mocha -p",
214214
"test:web": "node -e 'console.log(\"TODO: write web test\")'",
215215
"test:lint": "tsc --noEmit",
216+
"pretest:standard": "npm run dev-setup:examples",
216217
"test:standard": "npm --prefix tools/code-style exec -- eslint .",
217218
"test:dependencies": "npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production",
218219
"cs-fix": "npm --prefix tools/code-style exec -- eslint --fix .",

0 commit comments

Comments
 (0)