Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmacarthur committed Jul 25, 2024
1 parent d4a6fa6 commit e538e0d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install && npm run bootstrap
- run: npm install && cd packages/typeit && npm install && ../typeit-react && npm install && cd ../../ && npm run build
- run: npm test
- uses: preactjs/compressed-size-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"packages/*"
],
"version": "independent",
"useNx": false,
"command": {
"publish": {
"ignoreChanges": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "",
"author": "Alex MacArthur",
"scripts": {
"install": "lerna install",
"build": "lerna run build",
"publish": "lerna publish",
"test": "lerna run test",
Expand Down
4 changes: 2 additions & 2 deletions packages/typeit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/typeit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeit",
"version": "8.8.3",
"version": "8.8.4",
"description": "The most versatile animated typing utility on the planet.",
"author": "Alex MacArthur <[email protected]> (https://macarthur.me)",
"license": "GPL-3.0",
Expand Down

0 comments on commit e538e0d

Please sign in to comment.