Skip to content

Commit 62db046

Browse files
committed
SDK regeneration
1 parent ae26b09 commit 62db046

File tree

2 files changed

+16930
-2
lines changed

2 files changed

+16930
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"test:unit": "jest --selectProjects unit",
5555
"test:browser": "jest --selectProjects browser",
5656
"test:wire": "jest --selectProjects wire",
57-
"prepublishOnly": "yarn validate",
5857
"lint": "eslint . --ext .js,.ts,.tsx",
5958
"lint:fix": "eslint . --ext .js,.ts,.tsx --fix",
6059
"lint:check": "eslint . --ext .js,.ts,.tsx",
@@ -65,7 +64,7 @@
6564
"test:coverage:wire": "jest --selectProjects wire --coverage",
6665
"docs": "typedoc",
6766
"docs:clean": "rm -rf docs",
68-
"docs:build": "npm run docs:clean && npm run docs",
67+
"docs:build": "yarn docs:clean && yarn docs",
6968
"precommit": "lint-staged",
7069
"validate": "yarn lint:check && yarn format --check && yarn build && yarn test && yarn lint:package"
7170
},

0 commit comments

Comments
 (0)