Skip to content

Commit 12adec5

Browse files
committed
trying to fix cd bug in github workflow
1 parent 4beb87a commit 12adec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "npx eslint *.js",
1515
"perf": "TEST_NAME=*perf* LOG_SKIP=false TIME=true node test.js",
1616
"prepublish": "npm run lint",
17-
"setup": "cd test-data && ./setup.sh",
17+
"setup": "cd ./test-data && ./setup.sh",
1818
"test": "npm run clean && npm run test:js && npm run test:ts",
1919
"test:js": "LOG_SKIP=false TIME=true node test.js",
2020
"test:ts": "LOG_SKIP=false TIME=true npx ts-node ./test.ts",

0 commit comments

Comments
 (0)