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 adb4890 commit beb294fCopy full SHA for beb294f
package.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
"build": "yarn run clean && cross-env NODE_ENV=production webpack && yarn run e2e-build",
4
- "clean": "rimraf dist",
+ "clean": "rimraf \"dist/!(*.d.ts)\" dist/sw",
5
"lint": "yarn eslint 'src/**/*.{ts,tsx}'",
6
"start": "cross-env NODE_ENV=development webpack --watch",
7
"e2e-build": "mkdir -p ./test/e2e/dist/ && cp ./dist/leanplum.js ./test/e2e/dist/leanplum.js && tsc --project tsconfig.e2e.json && yarn run e2e-copy",
0 commit comments