Skip to content

Commit 450ffd7

Browse files
committed
update build script
1 parent f6929e3 commit 450ffd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

explorer-nextjs/app/components/WorldMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const WorldMap: FCWithChildren<MapProps> = ({
2929
loading,
3030
}) => {
3131
const { palette } = useTheme();
32-
32+
// tooltip needs fixing
3333
const colorScale = React.useMemo(() => {
3434
if (countryData?.data) {
3535
const heighestNumberOfNodes = Math.max(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"nuke": "npx rimraf **/node_modules node_modules",
88
"scrub": "npx rimraf **/dist dist",
9-
"build": "run-s build:types build:packages",
9+
"build": "pnpm build:types && pnpm build:packages",
1010
"build:wasm": "make sdk-wasm-build",
1111
"build:types": "pnpm run --filter @nymproject/types --stream build",
1212
"build:packages": "run-s build:packages:theme build:packages:react",

0 commit comments

Comments
 (0)