Skip to content

Commit 3c32ca2

Browse files
authored
chore(lazer): remove wrong publish script from js package (#2614)
1 parent 49e07c2 commit 3c32ca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lazer/sdk/js/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"test:format": "prettier --check .",
3030
"fix:format": "prettier --write .",
3131
"example": "node --loader ts-node/esm examples/index.js",
32-
"doc": "typedoc --out docs/typedoc src",
33-
"publish": "pnpm run script -- publish"
32+
"doc": "typedoc --out docs/typedoc src"
3433
},
3534
"devDependencies": {
3635
"@cprussin/eslint-config": "catalog:",

0 commit comments

Comments
 (0)