Skip to content

Commit

Permalink
Merge pull request #21 from AnkanSaha/dev
Browse files Browse the repository at this point in the history
Changed: Changed Some Script in Package.json
  • Loading branch information
AnkanSaha authored Jun 9, 2023
2 parents c9a51eb + 121e174 commit ed2b46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./lib/Start.js",
"types": "./lib/Start.d.ts",
"scripts": {
"test": "npm test",
"build": "tslint --project tsconfig.json --config tslint.json --fix && tsc",
"test": "npm run lint",
"build": "npm test && tsc",
"prepare": "npm run build",
"lint": "tslint --project tsconfig.json --config tslint.json --fix"
},
Expand Down

0 comments on commit ed2b46d

Please sign in to comment.