Skip to content

Commit

Permalink
use permaweb-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Feb 20, 2024
1 parent 1bad2aa commit ea044ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:verbose": "npm test -- --verbose",
"test:coverage": "CI=true npm test -- --env=jsdom --coverage",
"build": "NODE_ENV=production webpack",
"deploy": "npm run build && ts-node src/workers/deploy.ts",
"deploy": "npm run build && permaweb-deploy",
"prepare": "husky install"
},
"dependencies": {
Expand Down Expand Up @@ -71,6 +71,7 @@
"npm-force-resolutions": "^0.0.10",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"permaweb-deploy": "1.0.0",
"prettier": "^2.8.3",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
Expand Down
44 changes: 0 additions & 44 deletions src/workers/deploy.ts

This file was deleted.

0 comments on commit ea044ad

Please sign in to comment.