Skip to content

Commit

Permalink
Update model folder creating script
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Dec 1, 2023
1 parent 4ab0f18 commit 09905fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/scripts/src/bin/write/model/folder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const writeModelFolder = async (modelDirectoryName: string) => {
};
}, {
"validate:build": {
"command": `ts-node ../../scripts/package-scripts/validate-build.ts models/${modelDirectoryName}`
"command": `pnpm --filter @internals/scripts validate -- models/${modelDirectoryName}`
},
"build:umd:rollup:index": {
"command": `rollup -c ../rollup.config.cjs --input ./dist/umd-tmp/models/${modelDirectoryName}/src/umd.js --file ./dist/umd/models/${modelDirectoryName}/src/umd.js --name ${umdIndexName} --format umd`
Expand Down

0 comments on commit 09905fb

Please sign in to comment.