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 68534cd541 - Show all commits

View file

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