Skip to content

Commit

Permalink
fix: install before publishing (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Nov 28, 2023
1 parent b5df118 commit 82521c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
"format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
"prepublishOnly": "run-s prepublishOnly:*",
"prepublishOnly:checkout": "git checkout main",
"prepublishOnly:pull": "git pull",
"prepublishOnly:install": "npm ci",
"prepublishOnly:test": "npm test",
"prepublishOnly": "npm ci && npm test",
"pretest:demo": "cd demo && npm ci && netlify build --cwd . --offline",
"pretest:fixtures": "run-s pretest:fixtures:*",
"pretest:fixtures:non-angular-project": "cd tests/fixtures/non-angular-project && npm ci",
Expand Down

0 comments on commit 82521c8

Please sign in to comment.