Skip to content

Commit

Permalink
fix: yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Jul 28, 2023
1 parent 11d4adb commit a5adb7d
Show file tree
Hide file tree
Showing 5 changed files with 4,875 additions and 2,364 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
node_modules
dist
dist

# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"test": "yarn wasm:pack && yarn jest src",
"build": "rm -rf dist && yarn wasm:pack && yarn test && tsc && yarn wasm:copy",
"config:pack": "ts-node ./scripts/pack-config.ts"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit a5adb7d

Please sign in to comment.