Skip to content

Commit

Permalink
fix: build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Jan 31, 2022
1 parent 1a84827 commit 421616c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- name: Test
run: npm run test
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "git@github.com:serialport/bindings-interface.git",
"homepage": "https://github.com/serialport/bindings-interface",
"scripts": {
"test": "tsc && eslint lib/**/*.ts",
"lint": "tsc && eslint lib/**/*.ts",
"format": "eslint lib/**/*.ts --fix",
"clean": "rm -rf dist-ts dist",
"build": "npm run clean && tsc -p tsconfig-build.json && rollup -c && node -r esbuild-register bundle-types",
Expand Down

0 comments on commit 421616c

Please sign in to comment.