feat(repo): add test e2e build scripts in package.json (#16951)
This commit is contained in:
parent
f2e48e429a
commit
2e16017fd8
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user