We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6792b35 commit 665a4afCopy full SHA for 665a4af
package.json
@@ -6,9 +6,9 @@
6
"packages/*"
7
],
8
"scripts": {
9
- "build": "node packages/tel-frontend-review/build.mjs",
10
- "lint": "eslint . --ext .js,.ts,.vue",
11
- "prettier": "prettier --check ."
+ "build:review": "node packages/tel-frontend-review/build.mjs",
+ "build:package": "cd packages/tel-frontend && npm run build",
+ "build": "npm run build:review && npm run build:package"
12
},
13
"dependencies": {
14
"nhsuk-frontend": "^10.0.0",
0 commit comments