mirror of
https://github.com/directus/directus.git
synced 2026-01-31 23:18:03 -05:00
Merge branch 'aggregation' into insights
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"build:esm": "tsc --project ./tsconfig.json --module ES2015 --outDir ./dist/esm",
|
||||
"build:cjs": "tsc --project ./tsconfig.json --module CommonJS --outDir ./dist/cjs",
|
||||
"cleanup": "rimraf ./dist",
|
||||
"dev": "npm run build -- -w --preserveWatchOutput --incremental"
|
||||
"dev": "npm run build -- -- -w --preserveWatchOutput --incremental"
|
||||
},
|
||||
"author": "Nicola Krumschmidt",
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"build:esm": "tsc --project ./tsconfig.json --module ES2015 --outDir ./dist/esm",
|
||||
"build:cjs": "tsc --project ./tsconfig.json --module CommonJS --outDir ./dist/cjs",
|
||||
"cleanup": "rimraf ./dist",
|
||||
"dev": "npm run build -- -w --preserveWatchOutput --incremental"
|
||||
"dev": "npm run build -- -- -w --preserveWatchOutput --incremental"
|
||||
},
|
||||
"author": "Nicola Krumschmidt",
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
||||
|
||||
Reference in New Issue
Block a user