We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e44766 commit 7928d51Copy full SHA for 7928d51
build.ts
@@ -1,7 +1,7 @@
1
import { existsSync, mkdirSync, writeFileSync } from 'fs';
2
import { resolve } from 'path';
3
4
-import { getLatestVersionSoundList } from './shared/features/sounds';
+import { getLatestVersionSoundList } from '@nbw/sounds';
5
6
function writeJSONFile(
7
dir: string,
bun.lock
@@ -4,6 +4,7 @@
"": {
"name": "note-block-world",
"dependencies": {
+ "@nbw/sounds": "workspace:*",
8
"ts-node": "^10.9.1",
9
},
10
"devDependencies": {
package.json
@@ -46,6 +46,7 @@
46
"prettier": "^2.8.8"
47
48
49
50
"ts-node": "^10.9.1"
51
}
52
0 commit comments