Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolinski committed Aug 7, 2024
1 parent 2f926a0 commit 287283e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"rollup": "rollup --config src/rollup.config.mjs",
"docs": "jsdoc2md -c jsdoc.conf --template src/README.hbs --files src/**/*.mjs --separators --param-list-format list --property-list-format list --helper src/year.js> README.md",
"build": "npm run rollup && npm run docs",
"postversion": "npm run build",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --collectCoverage"
},
"engines": {
Expand Down

0 comments on commit 287283e

Please sign in to comment.