Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
fa2a5607c4 | |||
36f79cac12 |
@ -80,8 +80,9 @@ codequality:
|
|||||||
stage: metadata
|
stage: metadata
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- npm install -g tslint typescript
|
- npmci command npm install -g tslint typescript
|
||||||
- tslint -c tslint.json ./ts/**/*.ts
|
- npmci npm install
|
||||||
|
- npmci command tslint -c tslint.json ./ts/**/*.ts
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- priv
|
- priv
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartopen",
|
"name": "@pushrocks/smartopen",
|
||||||
"version": "1.0.20",
|
"version": "1.0.21",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartopen",
|
"name": "@pushrocks/smartopen",
|
||||||
"version": "1.0.20",
|
"version": "1.0.21",
|
||||||
"description": "open things",
|
"description": "open things",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user