Skip to content

Commit 85fa788

Browse files
committed
Split copy resources
1 parent b49e13c commit 85fa788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:should": "mocha --compilers js:babel-register --reporter spec test/should/*.js",
1313
"test:tape": "tape --require babel-register test/tape/*.js",
1414
"test": "npm run test:index && npm run test:chai && npm run test:expect && npm run test:expectjs && npm run test:jasmine && npm run test:jest && npm run test:should && npm run test:tape",
15-
"copy-resources": "cp {README.md,LICENSE} ./build",
15+
"copy-resources": "cp README.md ./build && cp LICENSE ./build",
1616
"build": "rimraf build && babel src --out-dir build --copy-files ",
1717
"prepublish": "npm run build && npm run copy-resources",
1818
"docs:build": "cd documentation && npm run build"

0 commit comments

Comments
 (0)