Skip to content

Commit

Permalink
fix: fix build error (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukun-dong authored Jul 31, 2023
1 parent 81b6e51 commit ab5a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run dev",
"dev": "nodemon --exec node --inspect=9239 --signal SIGINT -r ts-node/register ./index.ts",
"build": "tsc --build && shx cp -r ./adaptiveCards ./lib/",
"build": "tsc --build",
"start": "node ./lib/index.js",
"watch": "nodemon --exec \"npm run start\"",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit ab5a914

Please sign in to comment.