mirror of
https://github.com/directus/directus.git
synced 2026-01-28 18:57:56 -05:00
Change file extension of rollup config to .js
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
"build": "tsc --module commonjs && rollup -c rollup.config.ts",
|
||||
"start": "rollup -c rollup.config.ts -w",
|
||||
"build": "tsc --module commonjs && rollup -c rollup.config.js",
|
||||
"start": "rollup -c rollup.config.js -w",
|
||||
"prepublishOnly": "npm run build",
|
||||
"lint": "eslint \"src/**/*.ts\""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user