Commit d349343
authored
### Motivation
Our recent release failed to publish our packages to NPM. We have since
implemented support for NPM [trusted publishing] to resolve this.
However, we need a minor change to force our packages to publish again.
[trusted publishing]: https://docs.npmjs.com/trusted-publishers
### Modifications
- **packages/config/**
- **src/config/\_\_test\_\_/`config.test.ts`**
- Added a test case to verify parsing fails for `BaseConfig` objects
with an unsupported `id` prefix.
### Verification
All tests succeed at the root-level by way of the `npm run test`
command.
1 parent a430342 commit d349343
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments