Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 1e51afe

Browse files
committed
fix(travis): test
1 parent fc0684f commit 1e51afe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_install:
1212
before_script:
1313
- npm prune
1414
script:
15+
- npm run bundle
1516
- npm run test
1617
after_success:
1718
- npm run semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"build": "rollup -c --environment BUILD:prod",
1919
"source": "rollup -c --sourcemap",
20-
"prepublishOnly": "npm run source && npm run build",
20+
"bundle": "npm run source && npm run build",
2121
"dev": "rollup -c -w --sourcemap",
2222
"test": "npm run test-unit && npm run lint",
2323
"test-unit": "nodeunit test/unit/nodeunitheadless.js",

0 commit comments

Comments
 (0)