Skip to content

Commit f1101bc

Browse files
committed
chore: build and set source to deploy to gh-pages
1 parent 595f8a8 commit f1101bc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"build": "yarn run clean && cross-env NODE_ENV=production webpack",
3+
"build": "yarn run clean && cross-env NODE_ENV=production webpack && yarn run e2e-build",
44
"clean": "rimraf dist",
55
"lint": "yarn eslint 'src/**/*.{ts,tsx}'",
66
"start": "cross-env NODE_ENV=development webpack --watch",
@@ -91,7 +91,12 @@
9191
],
9292
"@semantic-release/npm",
9393
"@semantic-release/github",
94-
"@qiwi/semantic-release-gh-pages-plugin"
94+
[
95+
"@qiwi/semantic-release-gh-pages-plugin",
96+
{
97+
"src": "dist/e2e"
98+
}
99+
]
95100
]
96101
},
97102
"homepage": "https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"

0 commit comments

Comments
 (0)