mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
8c26649040
This should ensure CI and pkgr.io continue working as expected. Signed-off-by: Alex Coles <alex@alexbcoles.com>
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"name": "openproject",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"postinstall": "cd frontend && npm install",
|
|
"test": "cd frontend && npm test && cd ..",
|
|
"karma": "cd frontend && npm run karma && cd ..",
|
|
"protractor": "cd frontend && npm run protractor && cd .."
|
|
},
|
|
"private": true
|
|
}
|