Add "CI" commad, becuase apparently that needs to be set now?
All checks were successful
Trigger deploy / trigger-deploy (push) Successful in 3s

This commit is contained in:
Lewis Dale 2024-10-20 16:03:44 +01:00
parent 79d1ef30a4
commit 637f8e98d3

View File

@ -14,7 +14,8 @@
"serve:css": "postcss src/css/styles.css --base src --dir _site/assets -w",
"serve:eleventy": "eleventy --serve --incremental",
"test": "echo \"Error: no test specified\" && exit 1",
"post": "./node_modules/.bin/blog-post"
"post": "./node_modules/.bin/blog-post",
"ci": "npm run build"
},
"author": "",
"license": "ISC",