Skip to content

Commit ccf0a2f

Browse files
committed
misc: fixing package.json
1 parent ff7a0a3 commit ccf0a2f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@
5454
"prepare": "yarn build",
5555
"clean": "shx rm -rf ./**/node_modules",
5656
"build": "yarn workspaces foreach --include 'packages/*' -A -pi -j unlimited -t run build",
57-
"test:all": "yarn workspaces foreach --include 'packages/*' -A -pi -j unlimited run test",
57+
"test": "yarn workspaces foreach --include 'packages/*' -A -pi -j unlimited run test",
58+
"start": "yarn workspaces foreach --include 'packages/*' -A -pi -j unlimited run start",
59+
"script:public": "yarn exec ts-node ./scripts/test-public.ts",
60+
"script:private": "yarn exec ts-node ./scripts/test-private.ts",
61+
"script:registration": "yarn exec ts-node ./scripts/test-registration.ts",
62+
"script:ucp-enforcement": "yarn exec ts-node ./scripts/test-ucp-enforcement.ts",
63+
"script:uma-ucp": "yarn exec ts-node ./scripts/test-uma-ucp.ts",
5864
"script:flow": "yarn run script:public && yarn run script:private && yarn run script:uma-ucp && yarn run script:registration && yarn run script:ucp-enforcement"
5965
},
6066
"devDependencies": {

0 commit comments

Comments
 (0)