Skip to content

Commit

Permalink
Merge pull request #269 from aidanm3341/publish-npm
Browse files Browse the repository at this point in the history
fixed file copying bug
  • Loading branch information
aidanm3341 authored Jun 3, 2024
2 parents fb82ada + 4fc954f commit 4c85538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/calm-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "A set of tools for interacting with the Common Architecture Language Model (CALM)",
"main": "dist/index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"test": "jest --verbose",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"copy-calm-schema": "mkdir -p dist/calm && cp -r ../calm/draft/2024-04/ dist/calm/",
"copy-calm-schema": "mkdir -p dist/calm && cp -r ../calm/draft/2024-04/meta dist/calm/",
"copy-spectral-rules": "mkdir -p dist/spectral && npm run copy-spectral-instantiation-rules && npm run copy-spectral-pattern-rules",
"copy-spectral-instantiation-rules": "cp -r ../spectral/instantiation dist/spectral",
"copy-spectral-pattern-rules": "cp -r ../spectral/pattern dist/spectral"
Expand Down

0 comments on commit 4c85538

Please sign in to comment.