Skip to content

Commit

Permalink
chore: add bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Dec 11, 2023
1 parent 4750acd commit da0c734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"server": "ts-node -r esbuild-register api/bin/www.ts",
"fake-stick": "npm run mock-server -c server_config.js",
"start": "node --preserve-symlinks server/bin/www.js",
"bundle": "node esbuild.js",
"lint": "npm-run-all 'lint:*'",
"lint-fix": "npm-run-all 'lint-fix:*'",
"lint:eslint": "eslint --ext .js,.ts,.vue .",
Expand Down

0 comments on commit da0c734

Please sign in to comment.