Skip to content

Commit f68ce69

Browse files
committed
improved npm scripts
1 parent b3a7354 commit f68ce69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean": "rimraf dist tsconfig.tsbuildinfo oclif.manifest.json",
88
"lint": "eslint .",
99
"pretty": "prettier --write **/*.{js,jsx,tsx,ts}",
10-
"postpack": "shx rm -f oclif.manifest.json",
10+
"postpack": "rimraf oclif.manifest.json",
1111
"posttest": "yarn lint",
1212
"prepack": "yarn build && oclif manifest && oclif readme",
1313
"prepare": "husky || true",
@@ -20,7 +20,7 @@
2020
"migrate:undo": "sequelize db:migrate:undo",
2121
"publish:npm": "npm run build && npm publish --scope=@internxt --registry=https://registry.npmjs.org/ --access public",
2222
"publish:github": "npm run build && npm publish --scope=@internxt --registry=https://npm.pkg.github.com",
23-
"postinstall": "node ./scripts/skip-in-ci.js || internxt webdav restart"
23+
"postinstall": "node ./bin/run.js webdav restart"
2424
},
2525
"homepage": "https://github.com/internxt/cli",
2626
"license": "MIT",

0 commit comments

Comments
 (0)