You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Exclude the playwright task from `./gradlew check` by passing `-x playwright`.
40
40
41
41
### Working on the GUI editor
42
42
43
-
To run the editor GUI independently from AEM (and with mocked responses), the watch mode can be used:
43
+
To run the editor GUI independently of AEM (and with mocked responses), the watch mode can be used:
44
44
45
45
1. Install the NPM dependencies using `./gradlew npmInstall` (`npm ci` would also work but the Gradle task is preferred because it will use Gradle’s up-to-date checking mechanism).
46
46
2. Run `npm run watch` to start both the development server and the JS bundler (parcel) in watch + hot reload mode.
@@ -57,7 +57,7 @@ Valid scopes for this project are:
57
57
58
58
Commits that fall into none of these scopes or change aspects in more than one of them should not specify a scope.
59
59
60
-
Ideally, each commit should should represent a working and buildable state but still only contain an atomic change compared to its parent. Please rewrite history accordingly before opening a PR.
60
+
Ideally, each commit should represent a working and buildable state but still only contain an atomic change compared to its parent. Please rewrite history accordingly before opening a PR.
0 commit comments