Skip to content

Commit beb294f

Browse files
committed
fix: recover type definitions
see #182
1 parent adb4890 commit beb294f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scripts": {
33
"build": "yarn run clean && cross-env NODE_ENV=production webpack && yarn run e2e-build",
4-
"clean": "rimraf dist",
4+
"clean": "rimraf \"dist/!(*.d.ts)\" dist/sw",
55
"lint": "yarn eslint 'src/**/*.{ts,tsx}'",
66
"start": "cross-env NODE_ENV=development webpack --watch",
77
"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

Comments
 (0)