Skip to content

Commit cd537ca

Browse files
committed
fixed cpx to use npx
1 parent e564ef2 commit cd537ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prebuild": "rm -rf es5 || true",
99
"build": "tsc -p tsconfig.publish.json",
1010
"prepublish": "npm run build",
11-
"pretest": "npm run build -- -p tsconfig.test.json && cpx ./spec/bookshelf-es6-spec.js ./es5/spec",
11+
"pretest": "npm run build -- -p tsconfig.test.json && npx cpx ./spec/bookshelf-es6-spec.js ./es5/spec",
1212
"test": "jasmine"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)