We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe625c commit 67c5688Copy full SHA for 67c5688
.github/workflows/publish.yml
package.json
@@ -7,14 +7,16 @@
7
"build": "bash scripts/build.sh",
8
"show-versions": "bash scripts/versions.sh",
9
"release-html": "bash scripts/release-html.sh",
10
- "release-react": "bash scripts/release-react.sh"
+ "release-react": "bash scripts/release-react.sh",
11
+ "prepublishOnly": "yarn build"
12
},
13
"devDependencies": {
14
"@hapi/hapi": "19.1.1",
15
"@types/node": "12.12.34",
16
"aws-lambda": "1.0.5",
17
"express": "4.17.1",
18
"koa": "2.11.0",
19
+ "lerna": "^3.22.0",
20
"rimraf": "3.0.2"
21
22
"dependencies": {
0 commit comments