Skip to content

Commit

Permalink
Remove reference to "gts lint" as it's not set up correctly yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 27, 2023
1 parent fdc4952 commit 89ebbb4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@
"build": "npm run build:cjs && mv dist/index.js dist/index.cjs && npm run build:es6",
"build:cjs": "tsc -p ./tsconfig-cjs.json",
"build:es6": "tsc",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
"prepare": "npm run build",
"pretest": "npm run build"
},
"keywords": [
"zmanim",
Expand Down

0 comments on commit 89ebbb4

Please sign in to comment.