We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cfc59 commit c76accaCopy full SHA for c76acca
www/go/modules/community/davclient/views/goui/package.json
@@ -7,14 +7,11 @@
7
"typescript": "latest"
8
},
9
"scripts": {
10
- "start": "concurrently --kill-others \"npm run start:ts\" \"npm run start:sass\"",
+ "start": "concurrently --kill-others \"npm run start:ts\"",
11
"start:ts": "node ../../../../../../views/goui/esbuild-module.mjs watch",
12
- "start:sass": "npx sass --watch style:dist",
13
14
- "build": "npm run build:sass && npm run build:ts && npm run build:dts",
+ "build": "npm run build:ts",
15
"build:ts": "node ../../../../../../views/goui/esbuild-module.mjs",
16
- "build:sass": "npx sass --style=compressed style:dist",
17
- "build:dts": "npx tsc --declaration --emitDeclarationOnly",
18
19
"test": "npx tsc --noEmit"
20
}
0 commit comments