We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595f8a8 commit f1101bcCopy full SHA for f1101bc
package.json
@@ -1,6 +1,6 @@
1
{
2
"scripts": {
3
- "build": "yarn run clean && cross-env NODE_ENV=production webpack",
+ "build": "yarn run clean && cross-env NODE_ENV=production webpack && yarn run e2e-build",
4
"clean": "rimraf dist",
5
"lint": "yarn eslint 'src/**/*.{ts,tsx}'",
6
"start": "cross-env NODE_ENV=development webpack --watch",
@@ -91,7 +91,12 @@
91
],
92
"@semantic-release/npm",
93
"@semantic-release/github",
94
- "@qiwi/semantic-release-gh-pages-plugin"
+ [
95
+ "@qiwi/semantic-release-gh-pages-plugin",
96
+ {
97
+ "src": "dist/e2e"
98
+ }
99
+ ]
100
]
101
},
102
"homepage": "https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"
0 commit comments