Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 5e316dc

Browse files
committed
Trying to fix CI npm publish
1 parent fd49bc0 commit 5e316dc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
/*/
33
!/js/
44
!/scripts/
5-
!/runtimecorelib.json

scripts/make-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ assert(fs.readFileSync(configKernel, 'utf8').trim() === String(releaseId), 'kern
2020
assert(require('../runtimecorelib.json').kernelVersion === releaseId);
2121

2222
// Remove { private: true } from package.json
23-
var packageFile = path.join(__dirname, '../js/package.json');
23+
var packageFile = path.join(__dirname, '../package.json');
2424
delete package.private;
2525
fs.writeFileSync(packageFile, JSON.stringify(package, null, 2) + os.EOL);
2626

0 commit comments

Comments
 (0)