We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fd942 commit a60a4dbCopy full SHA for a60a4db
2 files changed
.github/workflows/commit.yml
@@ -14,8 +14,9 @@ jobs:
14
node-version: '22.x'
15
registry-url: 'https://registry.npmjs.org'
16
17
- # - run: npm i && npm run test
18
-
+ - run: npm i && npm run build
+ - run: cd ./dist
19
+
20
# resolve version with short commit hash
21
- run: |
22
set -x
package.json
@@ -11,7 +11,8 @@
11
"compile:backend": "tsc -p src/tsconfig.json",
12
"watch:backend": "tsc -w -p src/tsconfig.json",
13
"copy:backend": "node copy-backend.js",
- "build:backend": "npm run copy:backend && npm run compile:backend"
+ "build:backend": "npm run copy:backend && npm run compile:backend",
+ "build": "npm run copy:backend && npm run compile:backend && npm run build:assets"
},
"keywords": [],
"author": "",
0 commit comments