From c7195d5f2c7e6b1912259f65514a6e4911ad005d Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Thu, 9 Jun 2022 11:53:21 -0500 Subject: [PATCH] updated browser-scripts-builder --- package.json | 4 ++-- pnpm-lock.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6efd2f7..26cbca9 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "index.js", "scripts": { "prettier": "prettier --write .", - "build": "npm run prettier && bsbuild", - "watch": "bsbuild -w" + "build": "npm run prettier && bsbuild -p", + "watch": "bsbuild -p -w" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 067e07c..715cca6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,7 +9,7 @@ specifiers: devDependencies: '@types/greasemonkey': 4.0.3 - browser-scripts-builder: git.zomo.dev/zomo/browser-scripts-builder/e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a + browser-scripts-builder: git.zomo.dev/zomo/browser-scripts-builder/6b5bf9783cc709e9dc619286b303c01566bdd12e eslint: 8.17.0 prettier: 2.6.2 typescript: 4.7.3 @@ -818,8 +818,8 @@ packages: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} dev: true - git.zomo.dev/zomo/browser-scripts-builder/e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a: - resolution: {commit: e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a, repo: ssh://git@git.zomo.dev/zomo/browser-scripts-builder.git, type: git} + git.zomo.dev/zomo/browser-scripts-builder/6b5bf9783cc709e9dc619286b303c01566bdd12e: + resolution: {commit: 6b5bf9783cc709e9dc619286b303c01566bdd12e, repo: ssh://git@git.zomo.dev/zomo/browser-scripts-builder.git, type: git} name: browser-scripts-builder version: 1.0.0 hasBin: true