Skip to content

Commit

Permalink
Merge pull request #18416 from apache/update-script
Browse files Browse the repository at this point in the history
chore: update deprecated npm `prepublish` hook to `prepare`
  • Loading branch information
Ovilia authored Mar 24, 2023
2 parents 3e9bd24 + ebe5a4e commit 59180fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build:extension": "node build/build.js --type extension",
"dev:fast": "node build/build-i18n.js && node build/dev-fast.js",
"dev": "npx -y concurrently -n build,server \"npm run dev:fast\" \"npx -y http-server -c-1 -s -o test\"",
"prepublish": "npm run build:lib",
"prepare": "npm run build:lib",
"release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension",
"help": "node build/build.js --help",
"test:visual": "node test/runTest/server.js",
Expand Down

0 comments on commit 59180fd

Please sign in to comment.