Skip to content

Commit d5a3cc0

Browse files
authored
Update package.json
1 parent 11f7488 commit d5a3cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"build-js": "webpack",
4747
"prebuild-js": "npm run lint && npm run clean",
4848
"test": "jest --coverage",
49-
"pretest": "npm run build-js",
49+
"pretest": "npm run build",
5050
"copyTypes": "cp src/types/* dist",
5151
"zip": "bestzip dist/release.zip dist/WebApiClient.min.js dist/WebApiClient.d.ts dist/WebApiClient.LICENSE.txt",
52-
"build": "npm run test && npm run copyTypes && npm run zip",
52+
"build": "npm run build-js && npm run copyTypes && npm run zip",
5353
"doc": "jsdoc -c ./jsdoc.json -R README.md -d ./docs"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)