Skip to content

Commit

Permalink
chore(deps): remove experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 committed Nov 12, 2024
1 parent 8405d51 commit c857d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prelint": "node ../../scripts/inline-version.mjs",
"prepare": "node ../../scripts/inline-version.mjs",
"prebuild": "node ../../scripts/inline-version.mjs",
"build.binary": "pkg . --options \"--experimental-default-type=commonjs\" --output ./binaries/spectral",
"build.binary": "pkg . --output ./binaries/spectral",
"build.windows": "pkg . --targets windows --out-path ./binaries",
"build.nix": "pkg . --targets linux-x64,linux-arm64,macos-x64,macos-arm64,alpine-x64,alpine-arm64 --out-path ./binaries",
"cli": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts",
Expand Down

0 comments on commit c857d5b

Please sign in to comment.