Skip to content

Commit

Permalink
remove script
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 9, 2023
1 parent d222bb7 commit f4223ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ensjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"start": "ts-node --files src/index.test.ts",
"test": "jest --runInBand",
"test:watch": "jest --watch --run-in-band",
"test:specific": "jest --testPathPattern=jest --testPathPattern=src/utils/encoders/encodeSetText.test.ts",
"clean": "rm -rf ./dist ./README.md ./LICENSE",
"lint": "eslint ./src/* --no-error-on-unmatched-pattern",
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
Expand Down

0 comments on commit f4223ce

Please sign in to comment.