Skip to content

Commit

Permalink
feat: Add publish:pre-prepare script to legend-graph package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstebbins committed Jan 30, 2025
1 parent 8863ebd commit 4a45519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/legend-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"dev": "yarn dev:ts",
"dev:ts": "tsc --watch --preserveWatchOutput",
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
"publish:pre-prepare": "yarn bundle",
"publish:prepare": "node ../../scripts/release/preparePublishContent.js",
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js",
"test": "jest",
Expand Down

0 comments on commit 4a45519

Please sign in to comment.