Skip to content

Commit

Permalink
upd scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 19, 2023
1 parent e610e3b commit ff5b761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
"scripts": {
"postinstall": "npm run build",
"build": "tsc && ncc build -o dist/restore src/restore.ts && ncc build -o dist/save src/save.ts && ncc build -o dist/restore-only src/restoreOnly.ts && ncc build -o dist/save-only src/saveOnly.ts",
"test": "tsc --noEmit && jest --coverage",
"lint": "eslint **/*.ts --cache",
Expand Down Expand Up @@ -34,7 +35,7 @@
"@types/node": "^16.18.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.45.0",
"@zeit/ncc": "^0.20.5",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^36.0.0",
Expand Down

0 comments on commit ff5b761

Please sign in to comment.