From e538e0d7b9c155a33d796ac743216844177f1b00 Mon Sep 17 00:00:00 2001 From: Alex MacArthur Date: Wed, 24 Jul 2024 20:01:13 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- lerna.json | 1 + package.json | 1 + packages/typeit/package-lock.json | 4 ++-- packages/typeit/package.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6f828cc..2f776eec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/lerna.json b/lerna.json index c52b5b94..bc2c3be1 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,7 @@ "packages/*" ], "version": "independent", + "useNx": false, "command": { "publish": { "ignoreChanges": [ diff --git a/package.json b/package.json index 8b623697..cee107d5 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "", "author": "Alex MacArthur", "scripts": { + "install": "lerna install", "build": "lerna run build", "publish": "lerna publish", "test": "lerna run test", diff --git a/packages/typeit/package-lock.json b/packages/typeit/package-lock.json index bbf4f121..a1b2a5cc 100644 --- a/packages/typeit/package-lock.json +++ b/packages/typeit/package-lock.json @@ -1,12 +1,12 @@ { "name": "typeit", - "version": "8.8.3", + "version": "8.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typeit", - "version": "8.8.3", + "version": "8.8.4", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/packages/typeit/package.json b/packages/typeit/package.json index 9ae40a1e..2e7d4225 100644 --- a/packages/typeit/package.json +++ b/packages/typeit/package.json @@ -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 (https://macarthur.me)", "license": "GPL-3.0",