Skip to content

Commit

Permalink
Fix Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nivrith committed Jul 10, 2019
1 parent b6269d7 commit 63470e0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"license": "MIT",
"keywords": [
"cache",
"memoize",
"caching",
"perf",
"performance",
"optimizations",
"optimize",
"slim-cache",
"fast-cache"
],
Expand All @@ -17,8 +23,9 @@
"start": "yarn compile && node dist/src/index",
"test": "nyc mocha --require ts-node/register test/**/*.spec.ts",
"prepublishOnly": "npm run compile",
"pretest": "npm run compile",
"pretest": "npm run clean && npm run compile",
"clean": "del-cli dist",
"release": "npx np",
"docs": "typedoc src",
"trace": "tsc -b && node --trace-deopt --trace-opt --runtime_call_stats --trace_ic --trace_ic",
"devtools": "node --inspect --inspect-brk",
Expand All @@ -37,7 +44,7 @@
"check-coverage": true
},
"files": [
"dist"
"dist/src"
],
"dependencies": {},
"engines": {
Expand Down

0 comments on commit 63470e0

Please sign in to comment.