diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fa9acec..792781f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -30,6 +30,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - run: npm install - run: npm run build - name: NPM login # NPM doesn't understand env vars and needs auth file lol diff --git a/package.json b/package.json index 1e25832..8efa1d7 100644 --- a/package.json +++ b/package.json @@ -45,4 +45,4 @@ "files": [ "lib/**/*" ] -} +} \ No newline at end of file