Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp committed Sep 13, 2023
1 parent 54a307c commit f58019e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "Example for npm-update-package using Yarn",
"private": true,
"scripts": {
"build": "tsc --project tsconfig.build.json",
"build": "yarn clean && tsc --project tsconfig.build.json",
"clean": "rimraf dist",
"lint": "eslint '**/*.{js,ts}'",
"prebuild": "yarn clean",
"prepare": "husky install",
"start": "ts-node src/main.ts",
"test": "jest --passWithNoTests"
Expand Down

0 comments on commit f58019e

Please sign in to comment.