We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527b6a3 commit 11f74c0Copy full SHA for 11f74c0
.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/*.tsbuildinfo
11
12
13
internal/clean.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
set -e
3
-rm -rf dist dist.* yarn.lock package-lock.json pnpm-lock.yaml node_modules ./*.log
+rm -rf dist dist.* yarn.lock package-lock.json node_modules ./*.log
0 commit comments