updated browser-scripts-builder

This commit is contained in:
2022-06-09 11:53:21 -05:00
parent 7c8dc85fd5
commit c7195d5f2c
2 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"prettier": "prettier --write .", "prettier": "prettier --write .",
"build": "npm run prettier && bsbuild", "build": "npm run prettier && bsbuild -p",
"watch": "bsbuild -w" "watch": "bsbuild -p -w"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

6
pnpm-lock.yaml generated
View File

@@ -9,7 +9,7 @@ specifiers:
devDependencies: devDependencies:
'@types/greasemonkey': 4.0.3 '@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 eslint: 8.17.0
prettier: 2.6.2 prettier: 2.6.2
typescript: 4.7.3 typescript: 4.7.3
@@ -818,8 +818,8 @@ packages:
resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
dev: true dev: true
git.zomo.dev/zomo/browser-scripts-builder/e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a: git.zomo.dev/zomo/browser-scripts-builder/6b5bf9783cc709e9dc619286b303c01566bdd12e:
resolution: {commit: e8de01b48a8c3f4314ad8e08d19b7535d4c41f2a, repo: ssh://git@git.zomo.dev/zomo/browser-scripts-builder.git, type: git} resolution: {commit: 6b5bf9783cc709e9dc619286b303c01566bdd12e, repo: ssh://git@git.zomo.dev/zomo/browser-scripts-builder.git, type: git}
name: browser-scripts-builder name: browser-scripts-builder
version: 1.0.0 version: 1.0.0
hasBin: true hasBin: true