We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472858f commit fae11b6Copy full SHA for fae11b6
2 files changed
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
before_script:
13
- npm prune
14
script:
15
- - npm run test
+ - npm run test:single
16
after_success:
17
- npm run semantic-release
18
branches:
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"commit": "git-cz",
8
"test": "mocha src/index_test.js -w",
9
+ "test:single": "mocha src/index_test.js",
10
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
11
},
"repository": {
0 commit comments