Skip to content

Commit

Permalink
Version_0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
censujiang committed May 22, 2023
1 parent ebe5ce9 commit 36c1c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export function uniWebviewJS() {
if (config.env.VITE_SSR === 'true' || config.env.VITE_SSR === true) {
isSSR = true;
}
console.log(config);
}
};
}
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const packageJson = require('../package.json');
const shell = require('shelljs');
import shell from 'shelljs';
import packageJson from '../package.json' assert { type: "json" };

shell.exec('npm run tsc');
shell.exec('npm run build');
Expand Down

0 comments on commit 36c1c07

Please sign in to comment.