Skip to content

Commit 8f5a97e

Browse files
committed
test(core): 🧪 fix failing test
1 parent e5bf890 commit 8f5a97e

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
@@ -10,7 +10,7 @@
1010
"types": "dist/index.d.ts",
1111
"scripts": {
1212
"build": "rollup -c",
13-
"test": "pnpm build && node ./test/index.js",
13+
"test": "npm run build && node ./test/index.js",
1414
"watch": "rollup -cw",
1515
"commit": "gacp",
1616
"clean:dist": "npm exec -- rimraf ./dist"

0 commit comments

Comments
 (0)