@payfit/nx-core 4.9.2-ephemeral.0 → 4.9.2-ephemeral.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ yarn add -D @payfit/nx-core
|
|
|
13
13
|
## Building
|
|
14
14
|
|
|
15
15
|
Run `nx build nx-core` to build the library.
|
|
16
|
+
The build artifacts will be stored in the `dist/packages/nx-core` directory.
|
|
16
17
|
|
|
17
18
|
## Running unit tests
|
|
18
19
|
|
|
19
20
|
Run `nx test nx-core` to execute the unit tests via [Vitest](https://vitest.dev/).
|
|
20
|
-
|