Skip to content

Commit

Permalink
Ensure build is run on prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jul 29, 2023
1 parent d3abc82 commit e44a24d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"postbuild": "echo '{\"type\": \"commonjs\"}'> build/cjs/package.json",
"test": "npm run test:node && npm run test:browser",
"test:node": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage",
"test:browser": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage --testEnvironment=jsdom"
"test:browser": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage --testEnvironment=jsdom",
"prepack": "npm run build"
},
"author": "Jose F. Romaniello <[email protected]>",
"contributors": [
Expand Down

0 comments on commit e44a24d

Please sign in to comment.