Skip to content

Commit d159514

Browse files
committed
fix(pencil): Release 1.0.1
1 parent f51e92b commit d159514

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ deploy:
1010
provider: script
1111
skip_cleanup: true
1212
script:
13-
- npx semantic-release
13+
- npm run semantic-release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"test": "npm run test:lint && npm run test:coverage",
3232
"test:coverage": "nyc --reporter=html --reporter=text npm run test:unit",
3333
"test:lint": "eslint --color src",
34-
"test:unit": "mocha --require ./setup.js --colors tests/unit/*.test.js"
34+
"test:unit": "mocha --require ./setup.js --colors tests/unit/*.test.js",
35+
"semantic-release": "semantic-release"
3536
},
3637
"repository": {
3738
"type": "git",

0 commit comments

Comments
 (0)