spiegel-keyman/developer/src/kmc-package
Marc Durdin c5c5b35415 chore(common): remove prepublish step from package.json
Given we've just run a build, this (a) seems unnecessary, and (b) seems
to go wrong in some circumstances anyway, e.g.
https://build.palaso.org/buildConfiguration/Keyman_Developer_Release/421326?buildTab=log&focusLine=19936&linesState=18839&logView=flowAware:

```
07:01:29   > @keymanapp/kmc@17.0.205-alpha prepublishOnly
07:01:29   > npm run build
07:01:29
07:01:31
07:01:31   > @keymanapp/kmc@17.0.205-alpha build
07:01:31   > tsc -b
07:01:31
07:01:35   ../../../common/web/types/build/src/kmx/kmx.d.ts(1,1): error TS1036: Statements are not allowed in ambient contexts.
07:01:35   ../../../common/web/types/build/src/kmx/kmx.d.ts(1,2): error TS1345: An expression of type 'void' cannot be tested for truthiness.
...
```
2023-11-04 07:34:18 +07:00
..
src Merge pull request #9844 from keymanapp/chore/developer/verify-kmp-json-output-from-kmc-package 2023-11-02 14:50:50 +11:00
test fix(developer): handle xml errors in package compiler 2023-10-22 07:36:45 +07:00
.eslintrc.cjs refactor(developer): use callbacks to avoid direct fs access in kmc-package 2023-04-26 12:31:50 +07:00
build.sh feat(developer): add tests for keyboard and package version matching 2023-05-12 08:26:54 +07:00
Makefile chore: rename kmc-keyboard to kmc-ldml 2023-05-09 14:08:45 +07:00
package.json chore(common): remove prepublish step from package.json 2023-11-04 07:34:18 +07:00
tsconfig.json fix(developer): keyman-version package reference 2023-05-12 11:53:34 +07:00