Skip to content
Snippets Groups Projects
Commit 8dd3419d authored by Christian Knecht's avatar Christian Knecht
Browse files

refactor: add npm clean script

parent 9415f966
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -6,7 +6,8 @@
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "tsc",
"clean": "rimraf ./dist",
"build": "npm run clean && tsc",
"prepare": "npm run build"
},
"files": [
......@@ -29,6 +30,7 @@
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment