Skip to content

Commit 4102449

Browse files
committed
fix: update configs for pnpm workspace
1 parent 4c6eee7 commit 4102449

File tree

7 files changed

+5923
-307
lines changed

7 files changed

+5923
-307
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
node_modules
1+
.idea/
22
.pnpm-debug.log
3+
dist/
4+
node_modules/

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hateout",
2+
"name": "hateout-project",
33
"version": "1.0.0",
44
"description": "This demo project is to detect hate speeches in the browser by leveraging on-device machine learning. We will support Korean only, and provide this project as browser extensions.",
55
"private": "true",

0 commit comments

Comments
 (0)