Skip to content

Commit 7a7a530

Browse files
committed
chore: checkpoint
1 parent 98f2673 commit 7a7a530

File tree

3 files changed

+2927
-2312
lines changed

3 files changed

+2927
-2312
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.eslintcache
33
.nyc_output
44
*~
5+
dist
56

67
coverage.*
78
node_modules/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint:json": "prettier --write codecov.yml package.json",
2828
"prepublishOnly": "pnpm lint && pnpm build",
2929
"security": "pnpm audit --audit-level=high --prod",
30-
"test": "ava test/operator.ts"
30+
"test": "ava test/variable.ts"
3131
},
3232
"files": [
3333
"dist",

0 commit comments

Comments
 (0)