Skip to content

Commit

Permalink
feat: add new create-template scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiega committed Dec 6, 2023
1 parent 81f2b01 commit f1afa75
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"name": "advent-of-frontend",
"version": "0.0.1",
"type": "module",
"description": "Szablon dla zadań z opanujfrontend.pl/advent",
"author": "Przeprogramowani",
"license": "ISC",
"scripts": {
"create": "node ./scripts/create-template.js",
"test": "jest ./tasks/$(date +'%Y-%m-%d')/index.test.ts",
"test:all": "jest"
},
"devDependencies": {
"@types/jest": "29.5.10",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"tsx": "4.5.0",
"typescript": "5.3.2"
}
"name": "advent-of-frontend",
"version": "0.0.1",
"type": "module",
"description": "Szablon dla zadań z opanujfrontend.pl/advent",
"author": "Przeprogramowani",
"license": "ISC",
"scripts": {
"create": "node ./scripts/create-template.js",
"create-all": "node ./scripts/create-template.js all",
"create-previous": "node ./scripts/create-template.js with-previous",
"test": "jest ./tasks/$(date +'%Y-%m-%d')/index.test.ts",
"test:all": "jest"
},
"devDependencies": {
"@types/jest": "29.5.10",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"tsx": "4.5.0",
"typescript": "5.3.2"
}
}

0 comments on commit f1afa75

Please sign in to comment.