Skip to content

Commit c0d55b7

Browse files
committed
Add build scripts
1 parent 8257909 commit c0d55b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"repository": "git@github.com:smartlyio/jest-redux-utils.git",
77
"author": "Sami Kukkonen <sami@smartly.io>",
88
"license": "MIT",
9+
"scripts": {
10+
"clean": "rm -rf dist",
11+
"build": "tsc",
12+
"watch": "tsc --watch"
13+
},
914
"devDependencies": {
1015
"@types/jest": "^21.1.8",
1116
"jest": "^21.2.1",

0 commit comments

Comments
 (0)