Skip to content

Commit

Permalink
feat(repo): add test e2e build scripts in package.json (#16951)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored May 11, 2023
1 parent f2e48e4 commit 2e16017
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"submit-plugin": "node ./scripts/submit-plugin.js",
"prepare": "is-ci || husky install",
"echo": "echo 123458",
"preinstall": "node ./scripts/preinstall.js"
"preinstall": "node ./scripts/preinstall.js",
"test":"nx test",
"e2e":"nx e2e",
"build-project":"nx build"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand Down

1 comment on commit 2e16017

@vercel
Copy link

@vercel vercel bot commented on 2e16017 May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.