Skip to content

Commit

Permalink
remove pkg script
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jun 17, 2022
1 parent b5a254d commit d6ed88c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"prepare": "yarn build && husky install",
"start": "yarn workspace @okta/test.app start --open",
"stop": "kill -s TERM $(lsof -t -i:8080 -sTCP:LISTEN) || true",
"verify:package": "node scripts/verify-package.js",
"lint-staged": "lint-staged"
"verify:package": "node scripts/verify-package.js"
},
"author": "Okta",
"keywords": [
Expand Down

0 comments on commit d6ed88c

Please sign in to comment.