|
12 | 12 | "test:should": "mocha --compilers js:babel-register --reporter spec test/should/*.js", |
13 | 13 | "test:tape": "tape --require babel-register test/tape/*.js", |
14 | 14 | "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 | | - "prepublish": "rimraf build && babel src --out-dir build --copy-files" |
| 15 | + "copy-resources": "cp {README.md,LICENSE} ./build", |
| 16 | + "build": "rimraf build && babel src --out-dir build --copy-files ", |
| 17 | + "prepublish": "npm run build && npm run copy-resources" |
16 | 18 | }, |
17 | 19 | "repository": { |
18 | 20 | "type": "git", |
|
0 commit comments