Skip to content

Commit

Permalink
fix: include cadence in build
Browse files Browse the repository at this point in the history
  • Loading branch information
sampullman committed Mar 2, 2023
1 parent c31a674 commit 6b9e4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"clean": "rm -rf dist/* && rm -rf out-tsc/*",
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && cp out-tsc/esm/index.d.ts dist/esm/ && cp -rf lib/@types dist/",
"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && cp out-tsc/esm/index.d.ts dist/esm/ && cp -rf lib/@types dist/ && cp -rf lib/cadence dist/",
"test": "jest -c=jest.config.ts --runInBand",
"lint": "eslint --ext .js,.ts .",
"format": "prettier -w \"{**/*,*}.{ts,js,json}\"",
Expand Down

0 comments on commit 6b9e4c1

Please sign in to comment.