mirror of
https://github.com/tornadocash/fixed-merkle-tree.git
synced 2024-11-22 01:37:09 +01:00
npmignore
This commit is contained in:
parent
a74ece28cd
commit
6663aec38c
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
@ -15,8 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14.7.0
|
node-version: 14.7.0
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Running tests
|
- run: npm run test
|
||||||
run: npm run test
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -26,8 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14.7.0
|
node-version: 14.7.0
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Linting
|
- run: npm run lint
|
||||||
run: npm run lint
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
4
.npmignore
Normal file
4
.npmignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.github
|
||||||
|
.eslintrc
|
||||||
|
.editorconfig
|
||||||
|
test
|
Loading…
Reference in New Issue
Block a user