Skip to content

Commit 9f54c07

Browse files
author
subbu
committed
Small changes in pacakge.json
1 parent 1896eb2 commit 9f54c07

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,9 @@
2727
"patch": "npm version patch && npm publish",
2828
"minor": "npm version minor && npm publish",
2929
"major": "npm version major && npm publish",
30-
"prepublish": "npm run lint && npm test && npm run build",
30+
"prepublish": "npm test && npm run build",
3131
"postpublish": "git push origin master --follow-tags"
3232
},
33-
"watch": {
34-
"test": "{src,test}/*.js",
35-
"lint": "{src,test}/*.js",
36-
"build": "src"
37-
},
38-
"jest": {
39-
"testRegex": "/test/.*",
40-
"testEnvironment": "node"
41-
},
4233
"keywords": [
4334
"furhat-core"
4435
],

0 commit comments

Comments
 (0)