Skip to content

Commit

Permalink
fix: worker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
5aaee9 committed May 16, 2020
1 parent 80bad03 commit cbdb364
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 425 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dev": "cross-env NODE_ENV=development ts-node builder/dev.ts",
"build": "cross-env NODE_ENV=production ts-node builder/release.ts",
"lint": "eslint --ext .js,.vue,.ts src",
"worker-build": "ts-node file.ts && cd worker && webpack && wrangler publish"
"worker-build": "ts-node builder/file.ts && cd worker && webpack && wrangler publish"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
Loading

0 comments on commit cbdb364

Please sign in to comment.