Skip to content

Commit ba6b8ea

Browse files
authored
Remove NPM targets for Schematron-based validations (#1206)
While reviewing and experiment with `dev-constraint.js` changes for #1203, I noticed there are now very obsolete targets for the `npm run ...` commands we no longer need. It is probably time to remove them completely.
1 parent 38703b1 commit ba6b8ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"author": "",
55
"license": "CC0-1.0",
66
"scripts": {
7-
"build:validation-ui": "cd src/web && npm install && npm run build && cd ../..",
8-
"federalist": "make init-repo && npm run build:validation-ui && npm run link:validation-ui",
9-
"link:validation-ui": "ln -sf ./src/web/dist _site",
107
"test": "cross-env-shell NODE_OPTIONS=\"--loader ts-node/esm --no-warnings --experimental-specifier-resolution=node\" cucumber-js",
118
"test:server": "cross-env-shell OSCAL_EXECUTOR='oscal-server' NODE_OPTIONS=\"--loader ts-node/esm --no-warnings --experimental-specifier-resolution=node\" cucumber-js",
129
"test:parallel": "cross-env-shell NODE_OPTIONS=\"--loader ts-node/esm --no-warnings --experimental-specifier-resolution=node\" cucumber-js --parallel 4 2>/dev/null 2>NUL",

0 commit comments

Comments
 (0)