Skip to content

Instantly share code, notes, and snippets.

View Rafcin's full-sized avatar
💾
Loading Ideas...

Raf Rafcin

💾
Loading Ideas...
  • Exodus
View GitHub Profile
@Rafcin
Rafcin / package.json
Created February 8, 2019 03:51
Pkg 2 located in Test
{
"name": "code-oss-dev-smoke-test",
"version": "0.1.0",
"main": "./src/main.js",
"scripts": {
"postinstall": "npm run compile",
"compile": "npm run copy-driver && npm run copy-driver-definition && tsc",
"watch": "concurrently \"npm run watch-driver\" \"npm run watch-driver-definition\" \"tsc --watch\"",
"copy-driver": "cpx src/vscode/driver.js out/vscode",
"watch-driver": "cpx src/vscode/driver.js out/vscode -w",
@Rafcin
Rafcin / package.json
Created February 8, 2019 03:48
Normal Pkg in VSCODE
{
"name": "code-oss-dev",
"version": "1.32.0",
"distro": "310c6547347fcd3b799dc67e048b7e010339211f",
"author": {
"name": "Microsoft Corporation"
},
"main": "./out/main",
"private": true,
"scripts": {