Skip to content

Commit

Permalink
test: command
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Nov 15, 2023
1 parent 52227bb commit 41ee996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:runtime": "node build.js",
"build:types": "tsc",
"lint": "eslint .",
"test": "npm run build:runtime && tape 'packages/*/test/*.test.js' | tap-spec",
"test": "npm run build && tape 'packages/*/test/*.test.js' | tap-spec",
"release": "npm run build && npm run test && npx changeset publish",
"clean": "rimraf 'packages/*/*.{cjs,js,d.ts,js.map,cjs.map}'"
},
Expand Down

0 comments on commit 41ee996

Please sign in to comment.