diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9345fe5..7b1730a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,14 +12,18 @@ cache: test: stage: test script: - - npm install - - npm test + - yarn install + - yarn test + +build: + stage: build + script: + - yarn build:frontend pack: - stage: deploy + stage: publish script: - - npm install - - npm pack + - yarn pack artifacts: paths: - ./*.tgz \ No newline at end of file diff --git a/websprocket-v1.0.0.tgz b/websprocket-v1.0.0.tgz new file mode 100644 index 0000000..5a1bce9 Binary files /dev/null and b/websprocket-v1.0.0.tgz differ