@studyportals/fawkes 6.0.1-7 → 6.0.1-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studyportals/fawkes",
|
|
3
|
-
"version": "6.0.1-
|
|
3
|
+
"version": "6.0.1-9",
|
|
4
4
|
"description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
|
|
5
5
|
"files": [
|
|
6
6
|
"./dist"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"clean": "rimraf \"!(node_modules)/**/dist\"",
|
|
14
14
|
"prepare-deployment": "npm run test && npm run build",
|
|
15
15
|
"publish-major": "npm run prepare-deployment && npm version major && npm publish",
|
|
16
|
-
"publish-beta": "npm version prerelease && npm publish --tag beta --access=public",
|
|
16
|
+
"publish-beta": "npm run prepare-deployment && npm version prerelease && npm publish --tag beta --access=public",
|
|
17
17
|
"prepare": "husky install",
|
|
18
18
|
"test": "vitest run --coverage",
|
|
19
19
|
"test:dev": "vitest --coverage tests/programmes",
|