Example
Some checks failed
Build and Publish / build (push) Failing after 5s

This commit is contained in:
2025-12-31 17:44:38 +01:00
parent ddd325cc47
commit f0d839435f
3 changed files with 47 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "demo",
"version": "1.0.0",
"scripts": {
"build": "mkdir -p dist && cp src/index.js dist/"
}
}