Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 16, 2024
1 parent 86d3629 commit 17f1aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"repository": "git@github.com:wpdas/create-alem-dapp.git",
"license": "MIT",
"scripts": {
"start": "MINIFY=false NODE_ENV=development alem dev --network testnet",
"start:mainnet": "MINIFY=false NODE_ENV=development alem dev",
"start": "alem dev --network testnet",
"start:mainnet": "development alem dev",
"build": "alem build",
"deploy:mainnet": "npm run build; alem deploy",
"deploy:testnet": "npm run build; alem deploy --network testnet"
},
"dependencies": {
"alem": "^1.0.0-beta.17"
"alem": "^1.0.0-beta.18"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
Expand Down

0 comments on commit 17f1aae

Please sign in to comment.