We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a9b61 commit 22084e9Copy full SHA for 22084e9
2 files changed
packages/parser/package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "webgal-parser",
3
- "version": "4.5.13",
+ "version": "4.5.16",
4
"description": "WebGAL script parser",
5
"scripts": {
6
"test": "vitest",
7
"coverage": "vitest run --coverage",
8
"build": "rimraf -rf ./build && rollup --config",
9
+ "prepublishOnly": "npm run build",
10
"build-ci": "rollup --config",
11
"debug": "tsx test/debug.ts",
12
"debug-scss-parser": "tsx test/debugCssParser.ts",
packages/webgal/package.json
@@ -5,7 +5,8 @@
"dev": "vite --host --port 3000",
"build": "cross-env NODE_ENV=production tsc && vite build --base=./",
"preview": "vite preview",
- "lint": "eslint src/** --fix"
+ "lint": "eslint src/** --fix",
+ "prepublishOnly": "npm run build"
},
"dependencies": {
"@emotion/css": "^11.11.2",
0 commit comments