Skip to content

Commit f6df760

Browse files
committed
More build scripts
1 parent 2087311 commit f6df760

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
33
.vscode
4+
coverage

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"scripts": {
1010
"clean": "rm -rf dist",
1111
"build": "tsc",
12-
"watch": "tsc --watch"
12+
"watch": "tsc --watch",
13+
"test": "jest --coverage",
14+
"prepublishOnly": "npm build"
1315
},
1416
"devDependencies": {
1517
"@types/flux-standard-action": "^0.5.31",

0 commit comments

Comments
 (0)