Gildas il y a 3 ans
Parent
commit
be0b1bbfc8
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -4,6 +4,10 @@
 	"description": "SingleFile",
 	"author": "Gildas Lormeau",
 	"license": "AGPL-3.0-or-later",
+	"scripts": {
+		"dev": "npx rollup -c rollup.config.dev.js",
+		"build": "./build-extension.sh"
+	},
 	"bin": {
 		"single-file": "./cli/single-file"
 	},