Add "CI" commad, becuase apparently that needs to be set now?
All checks were successful
Trigger deploy / trigger-deploy (push) Successful in 3s
All checks were successful
Trigger deploy / trigger-deploy (push) Successful in 3s
This commit is contained in:
parent
79d1ef30a4
commit
637f8e98d3
@ -14,7 +14,8 @@
|
|||||||
"serve:css": "postcss src/css/styles.css --base src --dir _site/assets -w",
|
"serve:css": "postcss src/css/styles.css --base src --dir _site/assets -w",
|
||||||
"serve:eleventy": "eleventy --serve --incremental",
|
"serve:eleventy": "eleventy --serve --incremental",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"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": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
Loading…
Reference in New Issue
Block a user