Rename
This commit is contained in:
parent
fe1d6e0dcc
commit
931458094b
|
@ -45,7 +45,7 @@ jobs:
|
|||
cache: "yarn"
|
||||
- run: yarn
|
||||
- run: yarn build --projects=@budibase/string-templates
|
||||
- run: yarn nx run-many -t=check:types
|
||||
- run: yarn nx run-many -t=build:checktypes
|
||||
|
||||
test-libraries:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"prebuild": "rimraf dist/",
|
||||
"build": "node ./scripts/build.js",
|
||||
"postbuild": "copyfiles -f ../client/dist/budibase-client.js ../client/manifest.json client",
|
||||
"check:types": "tsc -p tsconfig.build.json --noEmit",
|
||||
"build:checktypes": "tsc -p tsconfig.build.json --noEmit",
|
||||
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
|
||||
"debug": "yarn build && node --expose-gc --inspect=9222 dist/index.js",
|
||||
"test": "bash scripts/test.sh",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"scripts": {
|
||||
"prebuild": "rimraf dist/",
|
||||
"build": "cd ../.. && nx build @budibase/worker",
|
||||
"check:types": "yarn build --configuration=production",
|
||||
"build:checktypes": "yarn build --configuration=production",
|
||||
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
|
||||
"run:docker": "node dist/index.js",
|
||||
"debug": "yarn build && node --expose-gc --inspect=9223 dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue