Skip to content

Commit 7b65307

Browse files
committed
chore: update CI deployment task and fix package description
1 parent c791e1d commit 7b65307

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Deploy containers
8181
run: |
8282
task drupal:getpull-image
83-
task drupal:install-first
83+
task create:apps
8484
task drupal:deploy
8585
task drupal:waiting
8686
# === LINTING PHASE ===

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "@hackariens/drupal",
33
"version": "1.0.0",
4-
"description": "Template de site internet sous wordpress",
4+
"description": "Template de site internet sous drupal",
55
"main": "index.js",
66
"scripts": {
7-
"lint:markdown": "markdownlint README.md",
8-
"lint:styelint:fix": "stylelint assets/scss/*.scss --fix",
9-
"lint:stylelint": "stylelint assets/scss/*.scss"
7+
"lint:markdown": "markdownlint README.md"
108
},
119
"repository": {
1210
"type": "git",

0 commit comments

Comments
 (0)