Skip to content

Commit 1e98051

Browse files
authored
Merge branch 'main' into feat/organization-initializer
2 parents 9de5dff + 5b6b4f4 commit 1e98051

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Run `npm run build` to build the project. The build artifacts will be stored in
1111

1212
## Running unit tests
1313

14-
Run `nom run test` to execute the unit tests via Jest
14+
Run `nom run test` to execute the unit tests via Jest.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "@platform-mesh/portal-ui-lib",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
88
"build:watch": "mkdirp dist && nodemon --ignore dist --ext js,yml,yaml,ts,html,css,scss,json,md --exec \"rimraf dist && npm run build && cd dist && yalc publish --push --sig\"",
99
"test": "ng test"
1010
},
11-
"private": true,
1211
"prettier": "@openmfp/config-prettier",
1312
"dependencies": {
1413
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)