ultimate-jekyll-manager 0.0.22 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ concurrency:
15
15
  cancel-in-progress: true
16
16
 
17
17
  env:
18
- # GH_TOKEN: ${{ secrets.GH_TOKEN }}
18
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
19
19
  BACKEND_MANAGER_KEY: ${{ secrets.BACKEND_MANAGER_KEY }}
20
20
  RUBY_VERSION: '{ versions.ruby }'
21
21
  BUNDLER_VERSION: '{ versions.bundler }'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "preinstall": "bundle install && bundle update",
26
26
  "start": "npx uj clean && npx uj setup && bundle exec npm run gulp --",
27
27
  "gulp": "gulp --cwd ./ --gulpfile ./node_modules/ultimate-jekyll-manager/dist/gulp/main.js",
28
- "build": "UJ_BUILD_MODE=true npx uj clean && npx uj setup && bundle exec npm run gulp -- build"
28
+ "build": "npx uj clean && npx uj setup && UJ_BUILD_MODE=true bundle exec npm run gulp -- build"
29
29
  },
30
30
  "engines": {
31
31
  "node": "22",