We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb5cb9 commit 34df641Copy full SHA for 34df641
.github/workflows/build.yml
@@ -2,6 +2,8 @@ name: Build
2
3
on:
4
push:
5
+ tags-ignore:
6
+ - '**'
7
8
jobs:
9
build:
.npmignore
@@ -1,6 +1,7 @@
1
/src
/demo
node_modules
+/.parcel-cache
/.idea
/.vscode
/coverage
.prettierignore
@@ -5,3 +5,4 @@
/.cache
/src/worker/big-json-viewer.worker.inline.ts
/dist
0 commit comments