@@ -27,7 +27,7 @@
},
"scripts": {
"clean": "shx mkdir -p lib && shx rm -rf lib",
- "package": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json"
+ "package": "shx mkdir -p lib/cjs && shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json"
"peerDependencies": {
"@solana/web3.js": "^1.58.0"
- "package": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
+ "package": "shx mkdir -p lib/cjs && shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
"test": "jest"
@@ -31,7 +31,7 @@
"@ant-design/icons": "*",
"@mui/icons-material": "*",
"@solana/web3.js": "^1.58.0",