Skip to content

Commit 77d7fed

Browse files
committed
update build script
1 parent f6929e3 commit 77d7fed

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

explorer-nextjs/app/components/WorldMap.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export const WorldMap: FCWithChildren<MapProps> = ({
3030
}) => {
3131
const { palette } = useTheme();
3232

33+
// tooltip needs fixing
34+
3335
const colorScale = React.useMemo(() => {
3436
if (countryData?.data) {
3537
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",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts-packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prettier": "^2.8.7",
3232
"rimraf": "^3.0.2",
3333
"ts-jest": "^27.0.5",
34-
"typescript": "^4.6.2"
34+
"typescript": "^4.9.5"
3535
},
3636
"scripts": {
3737
"clean": "rimraf dist",

0 commit comments

Comments
 (0)