-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "frontend-embeddable-notule-editor",
"private": "true",
"author": "redpencil.io",
"version": "5.0.1",
"license": "MIT",
"workspaces": [
"embeddable-say-editor",
"test-app"
],
"scripts": {
"build": "pnpm --filter embeddable-say-editor build",
"start": "pnpm --recursive --parallel start",
"start:addon": "pnpm --filter embeddable-say-editor start",
"start:tests": "pnpm --filter test-app start",
"release": "release-it",
"cypress:open": "pnpm --filter test-app cypress:open",
"cypress:run": "pnpm --filter test-app cypress:run",
"ci:cypress": "start-server-and-test start http://localhost:8080 cypress:run",
"docker:build-test": "docker build -f test-app/Dockerfile .",
"docker:check-types": "docker build -f test-angular/Dockerfile .",
"lint": "pnpm --recursive lint",
"lint:fix": "pnpm --recursive lint:fix",
"lint:js": "pnpm --recursive lint:js",
"lint:js:fix": "pnpm --recursive lint:js:fix",
"lint:hbs": "pnpm --recursive lint:hbs",
"lint:hbs:fix": "pnpm --recursive lint:hbs:fix",
"lint:dependencies": "pnpm --recursive lint:dependencies"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"changesets-release-it-plugin": "git://[email protected]/piemonkey/changesets-release-it-plugin.git#38b58fc7bf3d3bc2270e5e68208e11a56cef650d",
"prettier": "^2.8.7",
"release-it": "^17.0.3",
"start-server-and-test": "^2.0.3"
}
}