Skip to content

Commit d56b5ab

Browse files
ci: switch back to yarn package manager (#19)
* ci: switch back to npm * ci: add fixed package-lock.json file * fix: fixing npm audit issues * fix: Improve package versions for security purpose * ci: switch back to yarn package manager ci: adding plugin on pom.xml in order to be ready to integrate with codecov tool Co-authored-by: Pankaj Agrawal <[email protected]>
1 parent 64a70e4 commit d56b5ab

File tree

4 files changed

+17380
-22671
lines changed

4 files changed

+17380
-22671
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
dev-docs:
3-
cd docs && npm install
3+
cd docs && yarn install
44

55
build-docs:
66
@$(MAKE) build-docs-website
77

88
build-docs-website: dev-docs
99
mkdir -p dist
10-
cd docs && npm run build
10+
cd docs && yarn build
1111
cp -R docs/public/* dist/
1212

1313
docs-local:
14-
cd docs && npm start
14+
cd docs && yarn start
1515

1616
test:
1717
mvn test

0 commit comments

Comments
 (0)