We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e564ef2 commit cd537caCopy full SHA for cd537ca
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"prebuild": "rm -rf es5 || true",
9
"build": "tsc -p tsconfig.publish.json",
10
"prepublish": "npm run build",
11
- "pretest": "npm run build -- -p tsconfig.test.json && cpx ./spec/bookshelf-es6-spec.js ./es5/spec",
+ "pretest": "npm run build -- -p tsconfig.test.json && npx cpx ./spec/bookshelf-es6-spec.js ./es5/spec",
12
"test": "jasmine"
13
},
14
"repository": {
0 commit comments