We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb8e85 commit 6cffb49Copy full SHA for 6cffb49
.travis.yml
@@ -17,7 +17,7 @@ branches:
17
install: npm install
18
19
script:
20
-- npm run test
+- npm run full-test
21
22
before_deploy:
23
- npm i -g semantic-release
package.json
@@ -5,10 +5,9 @@
5
"main": "./dist/index.js",
6
"scripts": {
7
"test": "node ./test/indexBabelRegister.js",
8
- "test-full": "npm run build && npm run lint && npm run test",
+ "full-test": "npm run build && npm run lint && npm run test",
9
"build": "bash ./build.sh",
10
"semantic-release": "semantic-release",
11
- "conventional-changelog": "conventional-changelog -i CHANGELOG.md -s -p angular -r 0",
12
"lint": "npx eslint . --ignore-pattern=dist/**/*"
13
},
14
"release": {
0 commit comments