Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
578cd2d097 | |||
5a7dd901f0 | |||
2104fc01e6 |
@ -63,7 +63,6 @@ testSTABLE:
|
|||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci npm publish
|
- npmci npm publish
|
||||||
only:
|
only:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/npmts",
|
"name": "@gitzone/npmts",
|
||||||
"version": "8.0.34",
|
"version": "8.0.35",
|
||||||
"description": "best practice npm TypeScript modules",
|
"description": "best practice npm TypeScript modules",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -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)",
|
||||||
|
Reference in New Issue
Block a user