Skip to content

Commit 667b247

Browse files
committed
Update package.json
1 parent 54db434 commit 667b247

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"build": "del-cli dist && tsc",
32-
"release": "npm run build && np --no-2fa && npm pack && echo Please put the generated .tgz as a release asset on GitHub",
32+
"release": "npm run build && np --no-2fa --no-cleanup",
3333
"test": "npm run build && ava",
3434
"lint": "tsc --noEmit && xo"
3535
},
@@ -68,7 +68,8 @@
6868
"source/": "dist/source/",
6969
"test/": "dist/test/"
7070
}
71-
}
71+
},
72+
"timeout": "1m"
7273
},
7374
"xo": {
7475
"ignore": [

0 commit comments

Comments
 (0)