Skip to content

Commit

Permalink
modified npm commands and added to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 20, 2024
1 parent bc7d578 commit 943d6ac
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
[
"agent",
"api",
"browser",
"common",
"credentials",
"crypto",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- group: "B"
packages: "--filter dids --filter identity-agent"
- group: "C"
packages: "--filter api"
packages: "--filter api --filter browser"
- group: "D"
packages: "--filter crypto"
- group: "E"
Expand Down
6 changes: 0 additions & 6 deletions packages/browser/.mocharc.json

This file was deleted.

Empty file added packages/browser/CHANGELOG.md
Empty file.
3 changes: 2 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"clean": "rimraf dist coverage tests/compiled",
"build:tests": "rimraf tests/compiled && node build/esbuild-tests.cjs",
"build": "rimraf dist/esm dist/types && pnpm tsc -p tsconfig.json",
"build:esm": "rimraf dist/esm dist/types && pnpm tsc -p tsconfig.json",
"build": "pnpm clean && pnpm build:esm",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"test:browser": "pnpm build:tests && web-test-runner"
Expand Down

0 comments on commit 943d6ac

Please sign in to comment.