Skip to content

Commit

Permalink
chore: reorganise src component structure to reflect output 1:1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Apr 2, 2024
1 parent f75e259 commit 968e4a2
Show file tree
Hide file tree
Showing 40 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cypress/screenshots
cypress/videos
server_killer.rb
yarn-error.log
preview
dist
core
reset
/dist
/preview
/core
/reset
1 change: 1 addition & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"jsc": {
"target": "es2018",
"parser": {
"syntax": "typescript",
"tsx": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"vite": "^4.5.2"
},
"scripts": {
"build:prebuild": "rm -r core reset",
"build:prebuild": "rm -rf core reset",
"build:swc": "swc src/core src/reset -d dist --copy-files --include-dotfiles --strip-leading-paths",
"build:sprites": "svg-sprite -C .svgrc src/core/icons/*.svg",
"build:cleanup": "mv dist/* . && rm -r dist",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 968e4a2

Please sign in to comment.