Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Run build before test #192

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "yarn build -w",
"start:example:js": "yarn build && npx http-server ./packages/js -o /example",
"lint": "eslint .",
"pretest": "yarn build",
"test": "jest",
"prettier": "prettier --write ./packages/**/**/*.{ts,tsx}",
"prepublishOnly": "yarn build",
Expand Down