@dword-design/base 9.4.7 → 9.4.8

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.
@@ -8,7 +8,7 @@ Object {
8
8
  "tasks": Array [
9
9
  Object {
10
10
  "before": "echo \\"export PUPPETEER_CACHE_DIR=/workspace/foo/node_modules/.cache/puppeteer\\" >> /home/gitpod/.bashrc
11
- echo \\"eval $(gitpod-env-per-project)\\" >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc",
11
+ gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc",
12
12
  "init": "git config --global user.name \\"Sebastian Landwehr\\"
13
13
  git lfs pull && yarn --frozen-lockfile",
14
14
  },
@@ -13,7 +13,7 @@ export default function () {
13
13
  // https://www.gitpod.io/docs/configure/workspaces/workspace-lifecycle#workspace-stopped
14
14
  before: endent`
15
15
  echo "export PUPPETEER_CACHE_DIR=/workspace/${packageName}/node_modules/.cache/puppeteer" >> /home/gitpod/.bashrc
16
- echo "eval $(gitpod-env-per-project)" >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
16
+ gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
17
17
  `,
18
18
  init: endent`
19
19
  git config --global user.name "${personalData.name}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "9.4.7",
3
+ "version": "9.4.8",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",