Skip to content

Commit 67c5688

Browse files
authored
fix: ci publish (#1228)
1 parent cbe625c commit 67c5688

File tree

3 files changed

+2256
-73
lines changed

3 files changed

+2256
-73
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
"build": "bash scripts/build.sh",
88
"show-versions": "bash scripts/versions.sh",
99
"release-html": "bash scripts/release-html.sh",
10-
"release-react": "bash scripts/release-react.sh"
10+
"release-react": "bash scripts/release-react.sh",
11+
"prepublishOnly": "yarn build"
1112
},
1213
"devDependencies": {
1314
"@hapi/hapi": "19.1.1",
1415
"@types/node": "12.12.34",
1516
"aws-lambda": "1.0.5",
1617
"express": "4.17.1",
1718
"koa": "2.11.0",
19+
"lerna": "^3.22.0",
1820
"rimraf": "3.0.2"
1921
},
2022
"dependencies": {

0 commit comments

Comments
 (0)