develop #58

Merged
samuel-p merged 7 commits from develop into main 2021-05-29 20:46:28 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 71e5430e5d - Show all commits

View file

@ -4,7 +4,7 @@ name: default
steps: steps:
- name: build - name: build
image: node image: node:lts
commands: commands:
- npm install - npm install
- npm run build - npm run build

View file

@ -16,7 +16,7 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "10.2.6", "autoprefixer": "10.2.6",
"cssnano": "4.1.11", "cssnano": "5.0.5",
"del": "6.0.0", "del": "6.0.0",
"gulp": "4.0.2", "gulp": "4.0.2",
"gulp-concat": "2.6.1", "gulp-concat": "2.6.1",