Ghost/ghost/mw-cache-control
Daniel Lockyer 54aa9f016b Fixed full Admin test suite running during unit tests
- because of how the npm scripts were set up, we were running the full
  Admin integration tests during the unit tests phase of CI
- this commit renames the majority of `test` to `test:unit` in the
  package.json files, and aliases `test` to `test:unit`
- special packages like Admin have no-op'd `test:unit` scripts so we
  don't end up running its tests
2022-08-15 15:34:52 +02:00
..
lib Moved Cache-Control middleware to separate package 2022-08-11 14:14:20 +02:00
test Moved Cache-Control middleware to separate package 2022-08-11 14:14:20 +02:00
.eslintrc.js Moved Cache-Control middleware to separate package 2022-08-11 14:14:20 +02:00
index.js Moved Cache-Control middleware to separate package 2022-08-11 14:14:20 +02:00
package.json Fixed full Admin test suite running during unit tests 2022-08-15 15:34:52 +02:00
README.md Moved Cache-Control middleware to separate package 2022-08-11 14:14:20 +02:00

Mw Cache Control

Cache-Control middleware for Ghost

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests