Skip to content

Commit 41ee996

Browse files
committed
test: command
1 parent 52227bb commit 41ee996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:runtime": "node build.js",
2121
"build:types": "tsc",
2222
"lint": "eslint .",
23-
"test": "npm run build:runtime && tape 'packages/*/test/*.test.js' | tap-spec",
23+
"test": "npm run build && tape 'packages/*/test/*.test.js' | tap-spec",
2424
"release": "npm run build && npm run test && npx changeset publish",
2525
"clean": "rimraf 'packages/*/*.{cjs,js,d.ts,js.map,cjs.map}'"
2626
},

0 commit comments

Comments
 (0)