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.
2 parents f6a3125 + bc8cbf1 commit f81b703Copy full SHA for f81b703
.gitignore
@@ -4,7 +4,6 @@ dist
4
node_modules
5
package-lock.json
6
yarn.lock
7
-pnpm-lock.yaml
8
.DS_Store
9
*.log
10
*.tmp
.npmignore
@@ -7,7 +7,6 @@ dist/tsconfig.tsbuildinfo
11
12
13
internal/clean.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
set -e
3
-rm -rf dist yarn.lock package-lock.json pnpm-lock.yaml node_modules ./*.log
+rm -rf dist yarn.lock package-lock.json node_modules ./*.log
0 commit comments