mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-27 13:34:09 +01:00
npm publish doesn't like symlinks, yarn does :((
This commit is contained in:
parent
fd123595cc
commit
37da25361c
1
packages/npm/.gitignore
vendored
1
packages/npm/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
sas-emoji.json
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,8 @@
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"files": [
|
"files": [
|
||||||
"sas-emoji.json"
|
"sas-emoji.json"
|
||||||
]
|
],
|
||||||
|
"scripts": {
|
||||||
|
"prepare": "cp ../../data-definitions/sas-emoji.json ."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../data-definitions/sas-emoji.json
|
|
||||||
Loading…
Reference in a new issue