Skip to content

Commit

Permalink
fix: copy the files in templates
Browse files Browse the repository at this point in the history
We now have two templates folders. Want to flatten it.
  • Loading branch information
aalemayhu committed Sep 25, 2023
1 parent 7ca76da commit 8fd3e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:watch": "vitest watch",
"coverage": "vitest --coverage",
"prebuild": "rm -rf dist",
"postbuild": "cp -r src/templates dist/templates",
"postbuild": "cp -r src/templates/** dist/templates",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"prepare": "husky install"
Expand Down

0 comments on commit 8fd3e6b

Please sign in to comment.