Skip to content

Commit 378daa9

Browse files
committed
add build standalone script to build:all
1 parent 5c3eee1 commit 378daa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"build:dts:web:gen": "./node_modules/.bin/dts-bundle-generator -o ./dist/web.d.ts ./src/Ray.ts",
6060
"build:dts:web": "node ./scripts/generate-web-ts-declaration.js",
6161
"build:dts": "concurrently npm:build:dts:index npm:build:dts:web",
62-
"build:all": "npm run build",
62+
"build:all": "npm run build && npm run build:standalone",
6363
"build:dev": "npm run build",
6464
"postversion": "npm run build:all && npm run build:dts",
6565
"version": "auto-changelog -p -o CHANGELOG.md --hide-credit --release-summary --hide-empty-releases --sort-commits date-desc && git add CHANGELOG.md",

0 commit comments

Comments
 (0)