fix(build): Fix build script by updating source folders.
This commit is contained in:
parent
fdc8cb44ab
commit
14ebeeaee8
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-06-30 - 1.1.1 - fix(build)
|
||||||
|
Fix build script by updating source folders.
|
||||||
|
|
||||||
|
- Updated build script to correctly reference 'tsfolders' folder.
|
||||||
|
|
||||||
## 2024-06-30 - 1.1.0 - feat(project dependencies)
|
## 2024-06-30 - 1.1.0 - feat(project dependencies)
|
||||||
Updated various dependencies and internal fonts
|
Updated various dependencies and internal fonts
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tstest test/ --web",
|
"test": "tstest test/ --web",
|
||||||
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
|
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
|
||||||
"watch": "tswatch element",
|
"watch": "tswatch element",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.1.0',
|
version: '1.1.1',
|
||||||
description: 'A library for building components and other projects'
|
description: 'A library for building components and other projects'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user