Skip to content

Commit 3ab1598

Browse files
author
Gus Vargas
committed
Make npm run test build and test. npm build just builds
1 parent 2697afe commit 3ab1598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
]
4949
},
5050
"scripts": {
51-
"test": "jest",
52-
"build-and-test": "sh build.sh"
51+
"test": "sh build.sh && jest",
52+
"build": "sh build.sh"
5353
},
5454
"license": "MIT"
5555
}

0 commit comments

Comments
 (0)