Merge pull request #447 from spotify/rugvip/watch-fix
packages/core: fix watch mode
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"main": "dist/cjs/index.js",
|
||||
"types": "dist/cjs/index.d.ts",
|
||||
"scripts": {
|
||||
"build:watch": "tsc --outDir dist/cjs --noEmit false --module CommonJS --watch",
|
||||
"build": "backstage-cli build-cache -- tsc --outDir dist/cjs --noEmit false --module CommonJS",
|
||||
"lint": "backstage-cli lint",
|
||||
"test": "backstage-cli test"
|
||||
|
||||
Reference in New Issue
Block a user