circuitscript 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.gitlab-ci.yml +4 -2
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -16,8 +16,8 @@ stages:
16
16
 
17
17
  .common_rules:
18
18
  rules:
19
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
20
- # - if: $CI_COMMIT_TAG
19
+ - if: $CI_COMMIT_TAG
20
+ # - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
21
21
 
22
22
  # Installs all dependencies.
23
23
  install:
@@ -37,6 +37,8 @@ install:
37
37
  - echo $CI_PIPELINE_SOURCE
38
38
  - echo $CI_COMMIT_REF_NAME
39
39
  - npm install --no-progress --no-audit --no-fund --verbose
40
+ rules:
41
+ - !reference [.common_rules, rules]
40
42
 
41
43
  test_jest:
42
44
  stage: test_jest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circuitscript",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Interpreter for the circuitscript language",
5
5
  "homepage": "https://circuitscript.net",
6
6
  "engines": {