Skip to content

Commit 1afad5a

Browse files
author
Shane Osbourne
committed
defer all test commands to npm run test
1 parent 7a98714 commit 1afad5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/special-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"test.ui": "npm run test -- --ui",
1515
"pretest": "npm run build.dev",
1616
"pretest.headed": "npm run build.dev",
17-
"test-int-x": "playwright test",
18-
"test-int": "playwright test",
17+
"test-int-x": "npm run test",
18+
"test-int": "npm run test",
1919
"serve": "http-server -c-1 --port 3210 ../../"
2020
},
2121
"license": "ISC",

0 commit comments

Comments
 (0)