@dword-design/base-config-app 9.0.11 → 9.0.12

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.
package/dist/playbook.yml CHANGED
@@ -73,7 +73,7 @@
73
73
  state: finalize
74
74
 
75
75
  - name: Restart app
76
- ansible.builtin.shell: source ~/.nvm/nvm.sh && pm2 startOrReload ecosystem.json
76
+ ansible.builtin.shell: source ~/.nvm/nvm.sh && pm2 startOrReload ecosystem.json && pm2 save
77
77
  args:
78
78
  chdir: "{{ deploy_helper.new_release_path }}"
79
79
  executable: /bin/bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-app",
3
- "version": "9.0.11",
3
+ "version": "9.0.12",
4
4
  "repository": "dword-design/base-config-app",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",