We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec1a9a commit 67b6b2eCopy full SHA for 67b6b2e
2 files changed
.github/workflows/npm-publish.yml
@@ -26,7 +26,6 @@ jobs:
26
registry-url: https://registry.npmjs.org/
27
28
- run: npm ci
29
- - run: npm run postinstall
30
- run: npm publish
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "nodebb-plugin-lightgallery",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"nbbpm": {
5
"compatibility": "^1.12.2"
6
},
7
"description": "LightGallery plugin for NodeBB",
8
"main": "library.js",
9
"scripts": {
10
- "postinstall": "node scripts/copy-assets.js"
+ "prepare": "node scripts/copy-assets.js"
11
12
"repository": {
13
"type": "git",
0 commit comments