diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9360876..14931f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ cache: key: "$CI_BUILD_STAGE" stages: -- mirror - security - test - release @@ -15,13 +14,13 @@ stages: - pages mirror: - stage: mirror + stage: security script: - npmci git mirror tags: - docker -security: +snyk: stage: security script: - npmci command yarn global add snyk diff --git a/test/test.ts b/test/test.ts index 0773eb7..da45abc 100644 --- a/test/test.ts +++ b/test/test.ts @@ -1,8 +1,8 @@ -import { expect, tap } from 'tapbundle' -import * as beautyfiglet from '../ts/index' +import { expect, tap } from 'tapbundle'; +import * as beautyfiglet from '../ts/index'; tap.test('first test', async () => { - console.log(beautyfiglet.standardExport) -}) + console.log(beautyfiglet.standardExport); +}); -tap.start() +tap.start(); diff --git a/ts/beautyfiglet.plugins.ts b/ts/beautyfiglet.plugins.ts index d00ae0c..29aa9da 100644 --- a/ts/beautyfiglet.plugins.ts +++ b/ts/beautyfiglet.plugins.ts @@ -1,4 +1,2 @@ const removeme = {}; -export { - removeme -} +export { removeme };