Skip to content

Commit

Permalink
package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Jan 31, 2023
1 parent eac114e commit ae1b3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion set-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const arg = process.argv[2] || 'patch';

execSync('npx grunt version::' + arg, { stdio: [0, 1, 2] });
execSync('npm install', { stdio: [0, 1, 2] });
execSync('npm run build', { stdio: [0, 1, 2] });
execSync('npm run build:all', { stdio: [0, 1, 2] });

0 comments on commit ae1b3ca

Please sign in to comment.