Skip to content

Commit a6909b5

Browse files
committed
fix: package.json module path
1 parent 88a6a62 commit a6909b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"all": "npm run clean && npm run build && npm test && npm run test:mutation",
1313
"clean": "rimraf \"+(test|src)/*.+(js|map|tsbuildinfo|d.ts)\" dist",
1414
"build": "tsc -b && tsc -p src --outDir dist/esm --module esnext --target esnext",
15+
"prepare": "npm run build",
1516
"test": "mocha",
1617
"test:mutation": "stryker run",
1718
"version": "npm run generate-changelog",

0 commit comments

Comments
 (0)