Skip to content

Commit 984f634

Browse files
committed
Merge branch 'v12' into codex/fix-query-param-handling-in-sa_pageview
2 parents 2d165c9 + cba0b20 commit 984f634

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
@@ -15,7 +15,7 @@
1515
"test": "node -r dotenv/config ./test/index.js",
1616
"posttest": "npm run build",
1717
"prettier": "prettier --check .",
18-
"test:unit": "mocha ./test/unit"
18+
"test:unit": "npm run build -- testing && mocha ./test/unit && git checkout dist"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)