Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
debabin committed Aug 20, 2023
2 parents 29b15b9 + 9ed5319 commit d7e8b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {
"prepare": "husky install && yarn build",
"build:types": "tsc -p tsconfig.production.json && tsc-alias -p tsconfig.production.json",
"build:babel": "babel --delete-dir-on-start bin --out-dir dist/bin --extensions \".ts,.tsx\" && babel src --out-dir dist/src --extensions \".ts,.tsx\" --copy-files --no-copy-ignored && babel ./index.ts --out-dir dist",
"build:babel": "babel --delete-dir-on-start bin --out-dir dist/bin --extensions \".ts,.tsx\" && babel src --out-dir dist/src --extensions \".ts,.tsx\" --copy-files --no-copy-ignored && babel ./index.ts --out-dir dist --extensions \".ts\"",
"build": "yarn build:babel && yarn build:types",
"start": "yarn build && node ./dist/bin/bin.js",
"dev": "nodemon --watch src --watch bin --watch mock-server.config.* -e js,ts,ejs --exec \"yarn start\"",
Expand Down

0 comments on commit d7e8b80

Please sign in to comment.