We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f7488 commit d5a3cc0Copy full SHA for d5a3cc0
package.json
@@ -46,10 +46,10 @@
46
"build-js": "webpack",
47
"prebuild-js": "npm run lint && npm run clean",
48
"test": "jest --coverage",
49
- "pretest": "npm run build-js",
+ "pretest": "npm run build",
50
"copyTypes": "cp src/types/* dist",
51
"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",
+ "build": "npm run build-js && npm run copyTypes && npm run zip",
53
"doc": "jsdoc -c ./jsdoc.json -R README.md -d ./docs"
54
}
55
-}
+}
0 commit comments