update ci
This commit is contained in:
parent
2104fc01e6
commit
5a7dd901f0
@ -64,7 +64,7 @@ release:
|
|||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci command npm publish
|
- npmci npm publish
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)",
|
"test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)",
|
||||||
|
"build": "npm test",
|
||||||
"testShort": "(npm run compile && npm run check)",
|
"testShort": "(npm run compile && npm run check)",
|
||||||
"prepareTest": "(rm -rf test/)",
|
"prepareTest": "(rm -rf test/)",
|
||||||
"compile": "(rm -rf dist/ && tsc)",
|
"compile": "(rm -rf dist/ && tsc)",
|
||||||
|
Loading…
Reference in New Issue
Block a user