Skip to content

Commit 67b6b2e

Browse files
committed
.
1 parent cec1a9a commit 67b6b2e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
registry-url: https://registry.npmjs.org/
2727

2828
- run: npm ci
29-
- run: npm run postinstall
3029
- run: npm publish
3130
env:
3231
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nodebb-plugin-lightgallery",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"nbbpm": {
55
"compatibility": "^1.12.2"
66
},
77
"description": "LightGallery plugin for NodeBB",
88
"main": "library.js",
99
"scripts": {
10-
"postinstall": "node scripts/copy-assets.js"
10+
"prepare": "node scripts/copy-assets.js"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)