Skip to content

Commit

Permalink
chore: build and set source to deploy to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gyoshev committed Jun 28, 2022
1 parent 595f8a8 commit f1101bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"build": "yarn run clean && cross-env NODE_ENV=production webpack",
"build": "yarn run clean && cross-env NODE_ENV=production webpack && yarn run e2e-build",
"clean": "rimraf dist",
"lint": "yarn eslint 'src/**/*.{ts,tsx}'",
"start": "cross-env NODE_ENV=development webpack --watch",
Expand Down Expand Up @@ -91,7 +91,12 @@
],
"@semantic-release/npm",
"@semantic-release/github",
"@qiwi/semantic-release-gh-pages-plugin"
[
"@qiwi/semantic-release-gh-pages-plugin",
{
"src": "dist/e2e"
}
]
]
},
"homepage": "https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"
Expand Down

0 comments on commit f1101bc

Please sign in to comment.