Skip to content

Commit

Permalink
[build] config build script to linked with Nx workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tin Thai committed Dec 29, 2024
1 parent 84f4e91 commit 6f69a6a
Show file tree
Hide file tree
Showing 11 changed files with 3,578 additions and 1,657 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ storybook-static
node_modules

# IDEs and editors
/.idea
.idea
.project
.classpath
.c9/
Expand Down Expand Up @@ -42,4 +42,6 @@ testem.log
# System Files
.DS_Store
Thumbs.db
pnpm-lock-error.yaml
pnpm-lock-error.yaml

vite.config.*.timestamp*
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/dist
/coverage

.nx/**
22 changes: 0 additions & 22 deletions apps/nt-stylesheet/nx.json

This file was deleted.

2 changes: 1 addition & 1 deletion apps/nt-stylesheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=20"
},
"keywords": [],
"author": "Khoi Le Nguyen",
"author": "NashTech",
"license": "MIT",
"type": "module",
"main": "./dist/theme.umd.cjs",
Expand Down
Loading

0 comments on commit 6f69a6a

Please sign in to comment.