Skip to content

Commit 6cffb49

Browse files
author
DoubleU23
committed
fix(ci): script: npm run full-test
1 parent ebb8e85 commit 6cffb49

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches:
1717
install: npm install
1818

1919
script:
20-
- npm run test
20+
- npm run full-test
2121

2222
before_deploy:
2323
- npm i -g semantic-release

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"main": "./dist/index.js",
66
"scripts": {
77
"test": "node ./test/indexBabelRegister.js",
8-
"test-full": "npm run build && npm run lint && npm run test",
8+
"full-test": "npm run build && npm run lint && npm run test",
99
"build": "bash ./build.sh",
1010
"semantic-release": "semantic-release",
11-
"conventional-changelog": "conventional-changelog -i CHANGELOG.md -s -p angular -r 0",
1211
"lint": "npx eslint . --ignore-pattern=dist/**/*"
1312
},
1413
"release": {

0 commit comments

Comments
 (0)