Skip to content

Commit

Permalink
Added prepare to package.json to address linkeddata#654
Browse files Browse the repository at this point in the history
  • Loading branch information
RinkeHoekstra committed Jul 11, 2024
1 parent cfc0f8c commit d28e241
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 @@ -95,6 +95,7 @@
"build:types": "tsc --emitDeclarationOnly -d --moduleResolution node --declarationDir lib",
"build:all": "npm run build && npm run build:types && npm run build:browser && npm run build:esm",
"doc": "typedoc --out ./doc ./src/index.ts --excludePrivate --excludeInternal --tsconfig ./tsconfig.json",
"prepare": "npm run build && npm run build:types && npm run build:browser && npm run build:esm",
"prepublishOnly": "npm ci && npm run build:all && npm run doc && npm run test",
"postversion": "git push --follow-tags",
"start": "webpack serve --port 4800",
Expand Down

0 comments on commit d28e241

Please sign in to comment.