0.2.3 #99

Merged
sonny merged 112 commits from development into master 2020-05-23 16:58:42 +02:00
Showing only changes of commit 62e763604e - Show all commits

View file

@ -11,7 +11,7 @@ javascript build:
paths: paths:
- node_modules/ - node_modules/
before_script: before_script:
- npm install --only=dev - npm install
script: script:
- npx gulp - npx gulp
@ -45,7 +45,7 @@ javascript linting:
paths: paths:
- node_modules/ - node_modules/
before_script: before_script:
- npm install --only=dev - npm install
script: script:
- npm run lint - npm run lint