Skip to content

Commit

Permalink
sort out testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Apr 30, 2023
1 parent 890c1db commit 4ee81ab
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

# allow the lock file to change (updating our own workspace versions in monorepo)
- run: yarn install --no-immutable
- run: yarn build
- run: yarn test
- run: yarn build

# commit back the lock file change if it works
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"access": "public"
},
"scripts": {
"build": "run-s clean build:ide build:tsup && rimraf dist/es && cp -r dist/index.js* docs/.",
"build": "run-s clean build:ide build:tsup && cp -r dist/index.js* docs/.",
"build:ide": "echo 'tsc -b' && tsc -b",
"build:tsup": "tsup",
"clean": "tsc -b --clean || true && rimraf dist || true && rimraf .eslintcache && rimraf docs/index.js* || true",
Expand Down Expand Up @@ -66,6 +66,7 @@
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"auto": "^10.46.0",
"deepmerge": "^4.3.1",
"eslint": "^8.39.0",
"jest": "^29.5.0",
Expand Down
Loading

0 comments on commit 4ee81ab

Please sign in to comment.