Skip to content

Commit

Permalink
chore(build): remove build:csl-assets npm script which is no longer…
Browse files Browse the repository at this point in the history
… required
  • Loading branch information
nokome committed Oct 16, 2024
1 parent acfe3d1 commit fbef956
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
"check:deps-unused": "dependency-check --unused --no-dev --ignore-module @stencila/schema --ignore-module @stencila/thema .",
"start": "ts-node --files src",
"debug": "node --require ./ts-node-register.js --inspect=9229 src --debug=1",
"$comment": "The build script builds everything required to publish a release, including binaries and docs",
"build": "npm run build:dist && npm run build:docs",
"build:dist": "tsc -p tsconfig.prod.json && npm run build:csl-assets",
"build:csl-assets": "cp -r src/codecs/csl/styles/. dist/codecs/csl/styles/",
"build:dist": "tsc -p tsconfig.prod.json",
"build:docs": "typedoc --options typedoc.js ./src",
"clean": "rm -rf bin coverage dist docs tests/**/*.to.*",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit fbef956

Please sign in to comment.