Skip to content

Commit

Permalink
CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Aug 15, 2024
1 parent c185000 commit 075ddbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --version
- run: bun --version
- run: npx yarn install
- run: npm run build
- run: npm install --location=global .
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prebuild": "rm -fr bin && yarn format",
"test-js": "echo todo: async mocha",
"test-minify": "yarn build-minify && yarn test-cli && yarn test-js",
"test-cli": "npm uninstall -g rexreplace && npm -g install ./ && yarn test-cli-only",
"test-cli": "npm uninstall --location=global rexreplace && npm --location=global install ./ && yarn test-cli-only # why on earth are they depricating the -g flag",
"test-cli-only": "bash test/cli/run.sh",
"test-speed": "bash test/speed/run.sh",
"rebase": "yarn is-git-clean && git fetch && git rebase origin/main",
Expand Down Expand Up @@ -69,4 +69,4 @@
"globs": "0.1.4",
"yargs": "16"
}
}
}

0 comments on commit 075ddbb

Please sign in to comment.