Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Remove install script
Browse files Browse the repository at this point in the history
The install script was run automatically when dependency was added
which resulted in failure as the devDependencies were not available.
  • Loading branch information
mmokko committed Nov 16, 2023
1 parent f1a2926 commit e1f68b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robocorp/native-certs",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "index.node",
"module": "index.node",
Expand All @@ -11,7 +11,6 @@
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"start": "node test.js",
"test": "cargo test",
"postinstall": "node postinstall.js"
Expand Down

0 comments on commit e1f68b2

Please sign in to comment.