Skip to content

Commit

Permalink
Merge pull request #15 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat(copy): add resources folder to build
  • Loading branch information
jlenon7 authored Oct 22, 2023
2 parents 27b14bb + 0004def commit baafe5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/tsconfig",
"version": "4.10.0",
"version": "4.11.0",
"description": "Exports the base TypeScript configuration for Athena applications and packages.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
export const META_FILES = [
'templates/**/*',
'configurer/**/*',
'resources/**/*',
'package.json',
'package-lock.json',
'LICENSE.md',
Expand Down

0 comments on commit baafe5c

Please sign in to comment.