We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c25794 commit 72c5df1Copy full SHA for 72c5df1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pri",
3
- "version": "3.2.5",
+ "version": "3.2.6",
4
"types": "src/node/index.ts",
5
"main": "built/node/index.js",
6
"scripts": {
src/built-in-plugins/ensure-project-files/plugin/index.ts
@@ -276,7 +276,7 @@ function ensurePackageJson() {
276
_.set(prevJson, 'types', `declaration/packages/${globalState.selectedSourceType}/index.d.ts`);
277
}
278
279
- _.set(prevJson, 'scripts.prepublishOnly', 'npm run build && npm run bundle --skipLint');
+ _.set(prevJson, 'scripts.prepublishOnly', 'npm run build && npm run bundle -- --skipLint');
280
281
// Add babel-runtime
282
_.set(prevJson, 'dependencies.@babel/runtime', '^7.0.0');
0 commit comments