Merged in feat/turborepo (pull request #1451)
Turborepo Approved-by: Linus Flood
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
"test:e2e:headless": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress run --e2e\"",
|
||||
"test:setup": "yarn build && yarn start",
|
||||
"preinstall": "/bin/sh -c \"export $(cat .env.local | grep -v '^#' | xargs)\"",
|
||||
"test:unit": "jest",
|
||||
"test:unit:watch": "jest --watch",
|
||||
"ci:build": "yarn lint && yarn test:unit && yarn build",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"ci:build": "yarn lint && yarn test && yarn build",
|
||||
"clean": "rm -rf .next"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
14
apps/scandic-web/turbo.json
Normal file
14
apps/scandic-web/turbo.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"dev": {
|
||||
"dependsOn": ["@scandic-hotels/design-system#build"]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["@scandic-hotels/design-system#build"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["@scandic-hotels/design-system#build"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user