Skip to content

Commit

Permalink
🚚 Move config files into .config
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Nov 13, 2023
1 parent b18cdef commit 1c3194a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exports.default = (env, argv) => {
{ title: 'Settings', folder: 'settings', outFolder: 'settings' },
{ title: 'Bookmarks', folder: 'bookmarks', outFolder: 'bookmarks' },
{ title: 'Credits', folder: 'credits', outFolder: 'credits' },
{ title: 'Unit Tests', folder: 'tests', outFolder: 'tests' },
],
dev,
)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"app:start": "MOZ_ENABLE_WAYLAND=1 ./.store/rt/quark-runtime -no-remote",
"app:startX": "./.store/rt/quark-runtime -no-remote",
"build": "rm -rf dist && concurrently -c auto pnpm:build-*",
"build-content": "webpack --mode production",
"build-content": "webpack --mode production -c ./.config/webpack.conf.cjs",
"build-modules": "tsc -p ./tsconfigs/tsconfig.modules.json",
"build-actors": "tsc -p ./tsconfigs/tsconfig.actors.json",
"dev": "concurrently -c auto pnpm:dev-*",
"dev-content": "webpack serve --mode development",
"dev-content": "webpack serve --mode development -c ./.config/webpack.config.cjs",
"dev-modules": "tsc -w -p ./tsconfigs/tsconfig.modules.json",
"dev-actors": "tsc -w -p ./tsconfigs/tsconfig.actors.json",
"rt:slink": "rm --force ./.store/artifact.tar.bz2 && ln -s ../../experiment-runtime/dist/experiment-runtime-1.0.0.en-US.linux-x86_64.tar.bz2 ./.store/artifact.tar.bz2",
Expand Down
Empty file removed src/content/tests/search/index.ts
Empty file.
7 changes: 0 additions & 7 deletions src/content/tests/tests.ts

This file was deleted.

0 comments on commit 1c3194a

Please sign in to comment.